Skip to content

Commit

Permalink
install pyOpenMS for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paretje committed Nov 18, 2024
1 parent 23cb8e9 commit 09bc968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Install package and its dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install .[dev,idxml]
- name: Test imports
run: python -c "import psm_utils"
Expand Down

0 comments on commit 09bc968

Please sign in to comment.