Skip to content

Commit

Permalink
Update ci.yaml
Browse files Browse the repository at this point in the history
added installation of pygnme
  • Loading branch information
abhishekkhedkar09 authored Aug 3, 2023
1 parent 2f13ac5 commit 8c52121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
python -m pip install setuptools --upgrade --user
python -m pip install https://github.com/BoothGroup/dyson/archive/master.zip
python -m pip install .[dmet,ebcc] --user
python -m pip install .[dmet,ebcc,pygnme] --user
- name: Run unit tests
run: |
python -m pip install pytest pytest-cov --user
Expand Down

0 comments on commit 8c52121

Please sign in to comment.