Skip to content

Commit

Permalink
Reactivate tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Apr 7, 2024
1 parent ed6423b commit dc86649
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ jobs:
run: |
pip install .[dev]
# - name: Test with pytest
# run: |
# pytest
- name: Test with pytest
run: |
pytest
- name: Test installation
run: |
ms2rescore --help
Expand Down

0 comments on commit dc86649

Please sign in to comment.