We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c63b7d0 commit c998ac9Copy full SHA for c998ac9
1 file changed
.github/scripts/run_test.sh
@@ -5,10 +5,11 @@ PYTHON_VERSION="$1"
5
DESCRIPTION="$2"
6
COVERAGE_XML="sonarcloud-coverage-$3.xml"
7
8
-echo "Using Python $PYTHON_VERSION"
+echo "Using Python $PYTHON_VERSION again"
9
poetry config virtualenvs.in-project true
10
11
# Only create/use the env and install if .venv does not exist
12
+echo "Checking for Poetry virtual environment (.venv)"
13
poetry env list
14
if [ ! -d ".venv" ]; then
15
echo "Creating virtual environment (.venv) with Poetry"
0 commit comments