Skip to content

Commit d4ed1da

Browse files
authored
fix missing $
1 parent 6af1c7d commit d4ed1da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121
- name: Install dependencies
22-
run: pip install coverage codecov pymatgen=={{ matrix.PYMATGEN_VERSION }} .
22+
run: pip install coverage codecov pymatgen==${{ matrix.PYMATGEN_VERSION }} .
2323
- name: Test
2424
run: coverage run --source=./dpgen -m unittest -v && coverage report
2525
- run: codecov

0 commit comments

Comments
 (0)