Skip to content

Commit 9e2a47c

Browse files
committed
set CIBW_TEST_ENVIRONMENT
1 parent 264e2a9 commit 9e2a47c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
twine check {wheel} &&
117117
python {package}/ci/check_version_number.py
118118
MACOSX_DEPLOYMENT_TARGET: "10.12"
119-
PIP_PREFER_BINARY: "1"
119+
CIBW_TEST_ENVIRONMENT: PIP_PREFER_BINARY="1"
120120
strategy:
121121
matrix:
122122
include:

0 commit comments

Comments
 (0)