Skip to content

Commit 81877df

Browse files
committed
tidy
1 parent 69df356 commit 81877df

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

.github/scripts/run_test.sh

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -5,24 +5,6 @@ PYTHON_VERSION="$1"
55
DESCRIPTION="$2"
66
COVERAGE_XML="sonarcloud-coverage-$3.xml"
77

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
268
if [ ! -d ".venv" ]; then
279
echo "Creating virtual environment (.venv) with Poetry"
2810
poetry env use "$PYTHON_VERSION"

0 commit comments

Comments
 (0)