We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b336de4 commit 3dcbcbcCopy full SHA for 3dcbcbc
1 file changed
.github/workflows/wheels.yml
@@ -91,7 +91,7 @@ jobs:
91
- name: Build wheels
92
shell: bash
93
run: |
94
- CIBW_BEFORE_ALL="pip install numpy<=1.26.4" python -m cibuildwheel --output-dir wheelhouse
+ PIP_CONSTRAINT=$GITHUB_WORKSPACE/constraints.txt python -m cibuildwheel --output-dir wheelhouse
95
96
# Upload binaries to github
97
- uses: actions/upload-artifact@v4
0 commit comments