Skip to content

Commit

Permalink
Fix publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed Nov 20, 2024
1 parent 55c35b8 commit af3dea3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.8"
python-version: "3.9"

- name: Install dependencies
run: |
Expand All @@ -30,7 +30,7 @@ jobs:
run: python -m build --sdist --wheel .

- name: Install wheel
run: pip install dist/psm_utils-*.whl[idxml]
run: pip install pyopenms dist/psm_utils-*.whl

- name: Test wheel
run: |
Expand Down

0 comments on commit af3dea3

Please sign in to comment.