Skip to content

Commit

Permalink
remember to install test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamOrmondroyd committed Oct 6, 2023
1 parent 3003e6c commit 8cbabed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
python -m pip install mpi4py
- name: Install pypolychord
run: pip install -v .
run: pip install -v '.[test]'

- name: Test pypolychord (no MPI)
run: python -m pytest tests
Expand Down

0 comments on commit 8cbabed

Please sign in to comment.