Skip to content

Commit

Permalink
removed -e option
Browse files Browse the repository at this point in the history
  • Loading branch information
calbaker committed Feb 19, 2024
1 parent c46d5c0 commit 22c72ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ jobs:
- name: Python unit tests
run: |
pip install -e ".[dev]" && pytest -v python/fastsim/tests/
pip install ".[dev]" && pytest -v python/fastsim/tests/
pytest -v python/fastsim/demos/

0 comments on commit 22c72ec

Please sign in to comment.