We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69df356 commit 81877dfCopy full SHA for 81877df
1 file changed
.github/scripts/run_test.sh
@@ -5,24 +5,6 @@ PYTHON_VERSION="$1"
5
DESCRIPTION="$2"
6
COVERAGE_XML="sonarcloud-coverage-$3.xml"
7
8
-# show cwd
9
-echo "Current working directory: $(pwd)"
10
-# list contents of venv
11
-
12
-ls -la .
13
14
-########### debug
15
-echo "Which Python:"
16
-which python$PYTHON_VERSION || echo "python$PYTHON_VERSION not found in PATH"
17
18
19
-echo "Using Python Version $PYTHON_VERSION"
20
-##############
21
22
23
-# Only create/use the env and install if .venv does not exist
24
-echo "Checking for Poetry virtual environment (.venv)"
25
-poetry env list
26
if [ ! -d ".venv" ]; then
27
echo "Creating virtual environment (.venv) with Poetry"
28
poetry env use "$PYTHON_VERSION"
0 commit comments