Skip to content

Commit

Permalink
only do the test thats failing
Browse files Browse the repository at this point in the history
  • Loading branch information
dlakaplan committed Dec 3, 2024
1 parent a1a2a6c commit 4f204b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,5 +136,6 @@ jobs:
python -m pip install --force-reinstall --no-deps .
- name: Run tests
shell: bash -el {0}
run: pytest -v --pyargs tests
#run: pytest -v --pyargs tests
run: pytest -v --pyargs tests/test_phase_offset.py

0 comments on commit 4f204b8

Please sign in to comment.