Skip to content

Commit af3dea3

Browse files
committed
Fix publish workflow
1 parent 55c35b8 commit af3dea3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Python
2020
uses: actions/setup-python@v5
2121
with:
22-
python-version: "3.8"
22+
python-version: "3.9"
2323

2424
- name: Install dependencies
2525
run: |
@@ -30,7 +30,7 @@ jobs:
3030
run: python -m build --sdist --wheel .
3131

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

3535
- name: Test wheel
3636
run: |

0 commit comments

Comments
 (0)