Skip to content

Commit

Permalink
Add dev dependencies for wheel test
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfG committed May 1, 2024
1 parent 035ba66 commit 301ae76
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[dev]

- name: Test wheel
run: |
Expand Down

0 comments on commit 301ae76

Please sign in to comment.