Skip to content

Commit

Permalink
add testing dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
luigibonati committed Jun 12, 2024
1 parent 0e15f58 commit a7a93ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/PyPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# conda setup requires this special shell
shell: bash -l {0}
run: |
python -m pip install mlcolvar
python -m pip install mlcolvar[test]
pip list
- name: Run tests
Expand Down

0 comments on commit a7a93ac

Please sign in to comment.