Skip to content

Commit

Permalink
Merge pull request #1610 from Scille/fix-windows-32bits-packaging
Browse files Browse the repository at this point in the history
Fix packaging/win32/freeze_parsec.py for windows 32bits
  • Loading branch information
touilleMan authored Dec 15, 2020
2 parents c07cf03 + 7add661 commit 09960bc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Empty file added newsfragments/1610.empty.rst
Empty file.
1 change: 1 addition & 0 deletions packaging/win32/freeze_parsec.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def main(parsec_source):
if not TOOLS_VENV_DIR.is_dir():
print(f"### Create tool virtualenv ###")
run(f"python -m venv {TOOLS_VENV_DIR}")
run(f"{ TOOLS_VENV_DIR / 'Scripts/python' } -m pip install pip --upgrade")
run(f"{ TOOLS_VENV_DIR / 'Scripts/python' } -m pip install wheel")

if not WHEELS_DIR.is_dir():
Expand Down

0 comments on commit 09960bc

Please sign in to comment.