Skip to content

Commit

Permalink
bypass the upstream pymatgen error for CI (deepmodeling#1233)
Browse files Browse the repository at this point in the history
  • Loading branch information
njzjz committed May 29, 2023
1 parent 18a9de9 commit e68580c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install coverage pymatgen==2023.3.23 -e .
# See https://github.com/materialsproject/api/issues/809
run: pip install coverage pymatgen==2023.3.23 -e . 'mp-api<0.33; python_version < "3.9"'
- name: Test
run: coverage run --source=./dpgen -m unittest -v && coverage report
- uses: codecov/codecov-action@v3
Expand Down

0 comments on commit e68580c

Please sign in to comment.