Skip to content

Commit a303ff0

Browse files
author
Alzbeta Pokorna
committed
test script
1 parent 446ca52 commit a303ff0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run-tests.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if test -d $BUILDER_VENV ; then
1010
rm -rf $BUILDER_VENV
1111
fi
1212

13-
python3.12 -m venv $BUILDER_VENV
13+
python3 -m venv $BUILDER_VENV
1414
. $BUILDER_VENV/bin/activate
1515
pip install -U setuptools pip wheel
1616
pip install -e .
@@ -26,7 +26,7 @@ oarepo-compile-model ./build-tests/$MODEL.yaml --output-directory ./build-tests/
2626
if test -d $VENV ; then
2727
rm -rf $VENV
2828
fi
29-
python3.12 -m venv $VENV
29+
python3 -m venv $VENV
3030
. $VENV/bin/activate
3131
pip install -U setuptools pip wheel
3232

0 commit comments

Comments
 (0)