Skip to content

Commit

Permalink
chore: Fix typo in test script.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradhe committed Nov 6, 2024
1 parent 6657977 commit d0d2b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ jobs:
run: |
python -m venv .venv
.venv/bin/pip3 install ${{ env.PACKAGE_NAME }} --no-index --find-links dist/ --force-reinstall
.venv/bin/${{ env.EXECEUTABLE_NAME }} --help
.venv/bin/${{ env.EXECUTABLE_NAME }} --help
- name: "Upload wheels"
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d0d2b8f

Please sign in to comment.