Skip to content

Commit 2ac066f

Browse files
committed
Merge branch 'release'
2 parents 9a08b25 + a52d9b5 commit 2ac066f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows_build_module_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def build_wheels(py_envs=DEFAULT_PY_ENVS, cleanup=True, cmake_options=[]):
5050
use_scikit_build_core = False
5151

5252
# Install dependencies
53-
check_call([pip, "install", "pip", "--upgrade"])
53+
check_call([python_executable, '-m', 'pip', "install", "pip", "--upgrade"])
5454
requirements_file = os.path.join(ROOT_DIR, "requirements-dev.txt")
5555
if os.path.exists(requirements_file):
5656
check_call([pip, "install", "--upgrade", "-r", requirements_file])

0 commit comments

Comments
 (0)