Skip to content

Commit

Permalink
Merge pull request #123 from BoothGroup/codecov_fix
Browse files Browse the repository at this point in the history
CodeCov Fix Attempt
  • Loading branch information
cjcscott authored Aug 11, 2023
2 parents 16aed35 + ca5a30f commit bf7cbc7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
run: |
python -m pip install wheel --user
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 -e .[dmet,ebcc] --user
- name: Run unit tests
run: |
python -m pip install pytest pytest-cov --user
Expand Down

0 comments on commit bf7cbc7

Please sign in to comment.