Skip to content

Commit

Permalink
this continues to be excruciating
Browse files Browse the repository at this point in the history
  • Loading branch information
alecjacobson committed Oct 30, 2024
1 parent b4f117a commit 18619dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ jobs:
- name: Build wheels
run: |
if [[ "$RUNNER_OS" == "Windows" ]]; then
set PIP_CONSTRAINT=constraints.txt && python -m cibuildwheel --output-dir wheelhouse
set PIP_CONSTRAINT=$GITHUB_WORKSPACE/constraints.txt && python -m cibuildwheel --output-dir wheelhouse
else
PIP_CONSTRAINT=constraints.txt python -m cibuildwheel --output-dir wheelhouse
PIP_CONSTRAINT=$GITHUB_WORKSPACE/constraints.txt python -m cibuildwheel --output-dir wheelhouse
fi
# Upload binaries to github
Expand Down

0 comments on commit 18619dd

Please sign in to comment.