Skip to content

Commit fdbc101

Browse files
committed
local
1 parent a1f8f8f commit fdbc101

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/scripts/run_test.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ which python$PYTHON_VERSION || echo "python$PYTHON_VERSION not found in PATH"
1717

1818

1919
echo "Using Python Version $PYTHON_VERSION"
20-
poetry config virtualenvs.in-project true
2120
##############
2221

22+
# poetry config virtualenvs.in-project true
23+
poetry config --local virtualenvs.in-project true
24+
2325
# Only create/use the env and install if .venv does not exist
2426
echo "Checking for Poetry virtual environment (.venv)"
2527
poetry env list

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,6 @@ jobs:
7979
PYTHONPATH: delta_backend/src:delta_backend/tests
8080
continue-on-error: true
8181
run: |
82-
poetry config virtualenvs.in-project true
8382
$RUN_TEST 3.11 delta_backend delta.xml
8483
8584
- name: Run Test Failure Summary

0 commit comments

Comments
 (0)