Skip to content

Commit f930643

Browse files
committed
debug
1 parent f88b5a1 commit f930643

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/scripts/run_test.sh

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

8-
echo "Using Python $PYTHON_VERSION again"
8+
# show cwd
9+
echo "Current working directory: $(pwd)"
10+
# list contents of venv
11+
12+
ls -la .venv
13+
# list contents of poetry.lock
14+
ls -la poetry.lock
15+
16+
echo "Using Python Version $PYTHON_VERSION"
917
poetry config virtualenvs.in-project true
1018

1119
# Only create/use the env and install if .venv does not exist

0 commit comments

Comments
 (0)