We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ed3997 commit e572067Copy full SHA for e572067
.github/workflows/testing.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Install dependencies
51
run: |
52
python -m pip install --upgrade pip
53
- pip install -e .[tests]
+ pip install -e .[tests,optional]
54
55
- name: Test Modules
56
run: pytest --cov=pymatgen --cov-report=xml
0 commit comments