Skip to content

Commit

Permalink
run only selected alphaviz tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mschwoer committed Nov 25, 2024
1 parent 72e7c8d commit 056dca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/alphatesting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ jobs:
- name: alphaviz tests
id: alphaviz_tests
run: |
docker run alphax bash -c "cd alphaviz/tests && ls && python -m pytest test_io.py && python -m pytest test_preprocessing.py
docker run alphax bash -c "cd alphaviz/tests && ls && python -m pytest test_io.py && python -m pytest test_preprocessing.py"
alphapeptdeep_tests:
Expand Down

0 comments on commit 056dca7

Please sign in to comment.