We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f8f8f commit fdbc101Copy full SHA for fdbc101
2 files changed
.github/scripts/run_test.sh
@@ -17,9 +17,11 @@ which python$PYTHON_VERSION || echo "python$PYTHON_VERSION not found in PATH"
17
18
19
echo "Using Python Version $PYTHON_VERSION"
20
-poetry config virtualenvs.in-project true
21
##############
22
+# poetry config virtualenvs.in-project true
23
+poetry config --local virtualenvs.in-project true
24
+
25
# Only create/use the env and install if .venv does not exist
26
echo "Checking for Poetry virtual environment (.venv)"
27
poetry env list
.github/workflows/sonarcloud.yml
@@ -79,7 +79,6 @@ jobs:
79
PYTHONPATH: delta_backend/src:delta_backend/tests
80
continue-on-error: true
81
run: |
82
- poetry config virtualenvs.in-project true
83
$RUN_TEST 3.11 delta_backend delta.xml
84
85
- name: Run Test Failure Summary
0 commit comments