Skip to content

Commit

Permalink
CI debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed May 22, 2024
1 parent 23b0f3c commit 2b08a7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
delocate-wheel -v dist/*.whl
- name: install built wheel
run: |
pip3 debug --verbose
ls dist
pip3 install optik-py --no-index --find-links dist
python3 -c "import optik"
- name: upload wheels
Expand Down

0 comments on commit 2b08a7c

Please sign in to comment.