Skip to content

Commit 55c35b8

Browse files
authored
Update publish.yml
Fix publish workflow tests with optional dependencies
1 parent 097587e commit 55c35b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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
33+
run: pip install dist/psm_utils-*.whl[idxml]
3434

3535
- name: Test wheel
3636
run: |

0 commit comments

Comments
 (0)