Skip to content

Commit

Permalink
run tests file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzpeta committed Dec 6, 2023
1 parent 4313650 commit 47fa116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if test -d $VENV ; then
rm -rf $VENV
fi

python3.9 -m venv $VENV
python3 -m venv $VENV
. $VENV/bin/activate
pip install -U setuptools pip wheel

Expand Down

0 comments on commit 47fa116

Please sign in to comment.