Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
Fix publish workflow tests with optional dependencies
  • Loading branch information
RalfG authored Nov 19, 2024
1 parent 097587e commit 55c35b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: python -m build --sdist --wheel .

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

- name: Test wheel
run: |
Expand Down

0 comments on commit 55c35b8

Please sign in to comment.