We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446ca52 commit a303ff0Copy full SHA for a303ff0
run-tests.sh
@@ -10,7 +10,7 @@ if test -d $BUILDER_VENV ; then
10
rm -rf $BUILDER_VENV
11
fi
12
13
-python3.12 -m venv $BUILDER_VENV
+python3 -m venv $BUILDER_VENV
14
. $BUILDER_VENV/bin/activate
15
pip install -U setuptools pip wheel
16
pip install -e .
@@ -26,7 +26,7 @@ oarepo-compile-model ./build-tests/$MODEL.yaml --output-directory ./build-tests/
26
if test -d $VENV ; then
27
rm -rf $VENV
28
29
-python3.12 -m venv $VENV
+python3 -m venv $VENV
30
. $VENV/bin/activate
31
32
0 commit comments