Skip to content

Commit b4f117a

Browse files
committed
this is excruciating
1 parent e60a442 commit b4f117a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ jobs:
9090
9191
- name: Build wheels
9292
run: |
93-
if [ "$RUNNER_OS" = "Windows" ]; then \
94-
set "PIP_CONSTRAINT=constraints.txt" && python -m cibuildwheel --output-dir wheelhouse; \
95-
else \
96-
PIP_CONSTRAINT=constraints.txt python -m cibuildwheel --output-dir wheelhouse; \
93+
if [[ "$RUNNER_OS" == "Windows" ]]; then
94+
set PIP_CONSTRAINT=constraints.txt && python -m cibuildwheel --output-dir wheelhouse
95+
else
96+
PIP_CONSTRAINT=constraints.txt python -m cibuildwheel --output-dir wheelhouse
9797
fi
9898
9999
# Upload binaries to github

0 commit comments

Comments
 (0)