Skip to content

Commit b336de4

Browse files
committed
also bashing my head on the wall
1 parent 18619dd commit b336de4

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,12 +89,9 @@ jobs:
8989
python -m pip install cibuildwheel
9090
9191
- name: Build wheels
92+
shell: bash
9293
run: |
93-
if [[ "$RUNNER_OS" == "Windows" ]]; then
94-
set PIP_CONSTRAINT=$GITHUB_WORKSPACE/constraints.txt && python -m cibuildwheel --output-dir wheelhouse
95-
else
96-
PIP_CONSTRAINT=$GITHUB_WORKSPACE/constraints.txt python -m cibuildwheel --output-dir wheelhouse
97-
fi
94+
CIBW_BEFORE_ALL="pip install numpy<=1.26.4" python -m cibuildwheel --output-dir wheelhouse
9895
9996
# Upload binaries to github
10097
- uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)