Skip to content

Commit

Permalink
Ensure that development deps are installed (needed to run tests)
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael O'Keefe authored and Michael O'Keefe committed Nov 14, 2024
1 parent 676f912 commit f0a45a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- name: run cargo tests
run: cargo test
- name: install FASTSim python
run: pip install -e .
run: pip install -e .[dev]
- name: run pytest
run: pytest -v

0 comments on commit f0a45a3

Please sign in to comment.