Skip to content

Commit bbcf56d

Browse files
jcfrthewtex
authored andcommitted
windows_build_wheels: Ensure requirements are always up-to-date
1 parent 26207b6 commit bbcf56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/windows_build_wheels.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ def build_wheel(python_version, single_wheel=False,
131131
with push_env(PATH="%s%s%s" % (path, os.pathsep, os.environ["PATH"])):
132132

133133
# Install dependencies
134-
check_call([pip, "install",
134+
check_call([pip, "install", "--upgrade",
135135
"-r", os.path.join(ROOT_DIR, "requirements-dev.txt")])
136136

137137
build_type = "Release"

0 commit comments

Comments
 (0)