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

This commit is contained in:
David Boreham 2023-04-19 15:16:34 -06:00 committed by GitHub
parent c07113320b
commit 5ef37894ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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