Skip to content

Commit

Permalink
Update run-tests.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mesemus authored Dec 9, 2024
1 parent 4d1773f commit 1facd9a
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 @@ cd "$(dirname "$0")"
export BUILDER_VENV=.venv
export TEST_VENV=.venv-tests
export SERVER_VENV=.venv-server
export PYTHON_VERSION=python3
export PYTHON_VERSION=${PYTHON_VERSION:python3}

OAREPO_VERSION=${OAREPO_VERSION:-12}

Expand Down Expand Up @@ -161,4 +161,4 @@ cat complex-model/data/sample_data.yaml
$TEST_VENV/bin/pytest tests-model


echo "All tests succeeded"
echo "All tests succeeded"

0 comments on commit 1facd9a

Please sign in to comment.