Browse Source

setuptools is no longer in venvs by default - gh-95299

pull/1085/head
Ross McFarland 2 years ago
parent
commit
8be2732de4
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      script/cibuild-setup-py

+ 1
- 0
script/cibuild-setup-py View File

@ -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


Loading…
Cancel
Save