Skip to content

Commit 46f185d

Browse files
committed
Pip upgrade on windows require to use python -m approach
1 parent 6050b49 commit 46f185d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ write_to = "threaded/_version.py"
5252
# Disable building PyPy wheels on all platforms
5353
# Disable musllinux as not popular platform
5454
skip = ["pp*", "*-musllinux_*"]
55-
before-build = "pip install -U pip cython -r CI_REQUIREMENTS.txt"
55+
before-build = "python -m pip install -U pip cython -r CI_REQUIREMENTS.txt"
5656
build-frontend = { name = "build", args = ["--no-isolation"] }
5757

5858
[tool.black]

0 commit comments

Comments
 (0)