Update setuptools in case the version on the machine is old (#352)

Former-commit-id: 5ef37894ce
ng-deny-multiaddr v1.1.0-5ef3789-202304192116
David Boreham 2023-04-19 15:16:34 -06:00 committed by GitHub
parent a3b3ac18b1
commit 55b2d3bd25
1 changed files with 2 additions and 1 deletions

View File

@ -7,5 +7,6 @@ if [[ -n "$CERC_SCRIPT_DEBUG" ]]; then
fi fi
python3 -m venv venv python3 -m venv venv
source ./venv/bin/activate source ./venv/bin/activate
pip install --editable . python3 -m pip install --upgrade pip setuptools wheel
pip install shiv pip install shiv
pip install --editable .