Skip to content

Commit

Permalink
Ensure install Vayesta in editable mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcscott committed Aug 11, 2023
1 parent 583b949 commit ca5a30f
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 ca5a30f

Please sign in to comment.