Skip to content

Commit

Permalink
tests script
Browse files Browse the repository at this point in the history
  • Loading branch information
Alzbeta Pokorna committed Oct 30, 2024
1 parent 1c18201 commit ac71ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if test -d $BUILDER_VENV ; then
rm -rf $BUILDER_VENV
fi

python3.12 -m venv $BUILDER_VENV
python3 -m venv $BUILDER_VENV
. $BUILDER_VENV/bin/activate
pip install "oarepo[tests]==${OAREPO_VERSION}.*"
pip install -U setuptools pip wheel
Expand All @@ -26,7 +26,7 @@ if test -d $VENV_TESTS ; then
fi
oarepo-compile-model ./tests/thesis.yaml --output-directory ./thesis -vvv

python3.12 -m venv $VENV_TESTS
python3 -m venv $VENV_TESTS
source $VENV_TESTS/bin/activate

pip install -U setuptools pip wheel
Expand Down

0 comments on commit ac71ad6

Please sign in to comment.