Skip to content

Commit e572067

Browse files
authored
add optional extra to testing
1 parent 2ed3997 commit e572067

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Install dependencies
5151
run: |
5252
python -m pip install --upgrade pip
53-
pip install -e .[tests]
53+
pip install -e .[tests,optional]
5454
5555
- name: Test Modules
5656
run: pytest --cov=pymatgen --cov-report=xml

0 commit comments

Comments
 (0)