We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6af1c7d commit d4ed1daCopy full SHA for d4ed1da
.github/workflows/test.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
python-version: ${{ matrix.python-version }}
21
- name: Install dependencies
22
- run: pip install coverage codecov pymatgen=={{ matrix.PYMATGEN_VERSION }} .
+ run: pip install coverage codecov pymatgen==${{ matrix.PYMATGEN_VERSION }} .
23
- name: Test
24
run: coverage run --source=./dpgen -m unittest -v && coverage report
25
- run: codecov
0 commit comments