Skip to content

Commit

Permalink
Merge pull request #83 from zivid/windows_test_python_pip_version
Browse files Browse the repository at this point in the history
Avoid mismatch in Python version when using pip
  • Loading branch information
torbsorb authored Jul 19, 2020
2 parents c860ee1 + 04b4c9a commit 1f8a744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions continuous-integration/windows/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ def _install_pip_dependencies():
print("Installing python test requirements", flush=True)
_run_process(
(
"python",
"-m",
"pip",
"install",
"--requirement",
Expand Down

0 comments on commit 1f8a744

Please sign in to comment.