Skip to content

Commit 4074d62

Browse files
committed
* fixed issue
1 parent b626ab1 commit 4074d62

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ skip = "*-musllinux_* *-win32 *-manylinux_i686"
5252
before-build = "./build.sh"
5353
test-requires = "numpy"
5454
test-command = "python -c 'import sharedmap; print(sharedmap.__version__)'"
55-
environment = { PIP_PREFER_BINARY = "1" }
5655

5756
[tool.cibuildwheel.environment]
57+
PIP_PREFER_BINARY = "1"
5858
VIRTUALENV_PIP = "embed"
5959

6060
[tool.cibuildwheel.linux]

0 commit comments

Comments
 (0)