Browse Source
setuptools is no longer in venvs by default - gh-95299
pull/1085/head
Ross McFarland
2 years ago
No known key found for this signature in database
GPG Key ID: 943B179E15D3B22A
1 changed files with
1 additions and
0 deletions
-
script/cibuild-setup-py
|
|
|
@ -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 |
|
|
|
|