mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
setuptools is no longer in venvs by default - gh-95299
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user