We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ebdc4 commit 70ceb9bCopy full SHA for 70ceb9b
2 files changed
.github/scripts/run_test.sh
@@ -19,8 +19,6 @@ which python$PYTHON_VERSION || echo "python$PYTHON_VERSION not found in PATH"
19
echo "Using Python Version $PYTHON_VERSION"
20
##############
21
22
-# poetry config virtualenvs.in-project true
23
-poetry config --global 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)"
.github/workflows/sonarcloud.yml
@@ -43,9 +43,6 @@ jobs:
43
run: |
44
chmod +x $SCRIPT_FOLDER/*.sh
45
46
- - name: Set Poetry to use in-project venvs
47
- run: poetry config --global virtualenvs.in-project true
48
-
49
- name: Cache global Poetry virtualenvs
50
uses: actions/cache@v4
51
with:
0 commit comments