1
0
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:
Ross McFarland
2023-10-07 13:29:35 -07:00
parent c30e21f7e0
commit 8be2732de4

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