Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Commit 2114849

Browse files
authored
fix: add wheel back into setup_venv.sh (#187)
1 parent 097589a commit 2114849

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bin/setup_venv.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ pip3 install pipenv
196196
# Install certain utility packages like `nodeenv` and `wheel` that aid
197197
# in the installation of other build tools and dependencies
198198
# required by the other python packages.
199+
pip3 install wheel
200+
199201
# `pipenv sync` uses only the information in the `Pipfile.lock` ensuring repeatable builds
200202
PIPENV_VERBOSITY=-1 PIPENV_PIPFILE="${script_dir}/../pulumi/python/Pipfile" pipenv sync --dev
201203

0 commit comments

Comments
 (0)