1
0
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:
Ross McFarland
2023-10-12 11:34:45 -07:00
parent 0ba9cb2727
commit 165e32f18d

View File

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