Skip to content

Commit 1a41104

Browse files
committed
Install local wheel in CI.
1 parent ac1646e commit 1a41104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
delocate-wheel -v dist/*.whl
4444
- name: install built wheel
4545
run: |
46-
pip3 install miniacd --find-links dist
46+
pip3 install .
4747
miniacd --help
4848
- name: upload wheels
4949
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)