Skip to content

Commit 73c0de7

Browse files
committed
CI: bugfix pip command
1 parent c722882 commit 73c0de7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ test-skip = "*-macosx_arm64 *-macosx_universal2:arm64"
8383
[[tool.cibuildwheel.overrides]]
8484
select = "*manylinux_i686"
8585
# no wheels for 32 bit anymore
86-
before-test = "pip install numpy<1.22"
86+
before-test = "pip install 'numpy<1.22'"

0 commit comments

Comments
 (0)