mirror of
https://github.com/github/octodns.git
synced 2024-05-11 05:55:00 +00:00
Manually install setuptools in script/cibuild-module
This commit is contained in:
@ -15,6 +15,7 @@ VENV_PYTHON=$(command -v python3)
|
||||
VENV_NAME="${TMP_DIR}/env"
|
||||
"$VENV_PYTHON" -m venv "$VENV_NAME"
|
||||
. "${VENV_NAME}/bin/activate"
|
||||
pip install setuptools
|
||||
echo "## environment & versions ######################################################"
|
||||
python --version
|
||||
pip --version
|
||||
|
Reference in New Issue
Block a user