fix: remove upgrade flag from venv generation
Some checks failed
/ Tests (push) Failing after 58s
/ Static Analysis (push) Successful in 1m17s

This commit is contained in:
Marc 2024-04-30 00:05:47 -04:00
parent 38b8007d51
commit 8e6f2c5794

View file

@ -2,7 +2,7 @@
VENV=spud.venv
python -m venv --upgrade "$VENV"
python -m venv "$VENV"
. "$VENV/bin/activate"