Skip to content

Commit

Permalink
setuptools is no longer in venvs by default - gh-95299
Browse files Browse the repository at this point in the history
  • Loading branch information
ross committed Oct 10, 2023
1 parent cdd3ab6 commit 4b232fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions script/cibuild-setup-py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ echo "## create test venv ######################################################
TMP_DIR=$(mktemp -d -t ci-XXXXXXXXXX)
python3 -m venv $TMP_DIR
. "$TMP_DIR/bin/activate"
pip install setuptools
echo "## environment & versions ######################################################"
python --version
pip --version
Expand Down

0 comments on commit 4b232fc

Please sign in to comment.