Skip to content

Commit

Permalink
Try installing the wheel for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
Segev BenZvi committed Aug 16, 2024
1 parent 428d4c7 commit 8ddb5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ jobs:
if: ${{ startsWith(matrix.os, 'windows') }}
run: |
python -m build
# ls -al dist/
# pip install dist/*.whl
dir dist
pip install dist/*.whl
- name: Run example script
run: |
Expand Down

0 comments on commit 8ddb5b3

Please sign in to comment.