Skip to content

Commit

Permalink
CI: bugfix pip command
Browse files Browse the repository at this point in the history
  • Loading branch information
MuellerSeb committed Jan 15, 2022
1 parent c722882 commit 73c0de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ test-skip = "*-macosx_arm64 *-macosx_universal2:arm64"
[[tool.cibuildwheel.overrides]]
select = "*manylinux_i686"
# no wheels for 32 bit anymore
before-test = "pip install numpy<1.22"
before-test = "pip install 'numpy<1.22'"

0 comments on commit 73c0de7

Please sign in to comment.