Skip to content

Commit c998ac9

Browse files
committed
test
1 parent c63b7d0 commit c998ac9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/scripts/run_test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ PYTHON_VERSION="$1"
55
DESCRIPTION="$2"
66
COVERAGE_XML="sonarcloud-coverage-$3.xml"
77

8-
echo "Using Python $PYTHON_VERSION"
8+
echo "Using Python $PYTHON_VERSION again"
99
poetry config virtualenvs.in-project true
1010

1111
# Only create/use the env and install if .venv does not exist
12+
echo "Checking for Poetry virtual environment (.venv)"
1213
poetry env list
1314
if [ ! -d ".venv" ]; then
1415
echo "Creating virtual environment (.venv) with Poetry"

0 commit comments

Comments
 (0)