Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
loriab authored Apr 24, 2024
1 parent ec1e2a5 commit a4949cf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ jobs:
- name: Install QCManyBody
run: |
python -m pip install . --no-deps
pip install -e .
# python -m pip install . --no-deps # gives no codecov beyond tests
- name: PyTest
run: |
Expand Down

0 comments on commit a4949cf

Please sign in to comment.