Skip to content

Commit 70ceb9b

Browse files
committed
global
1 parent e2ebdc4 commit 70ceb9b

2 files changed

Lines changed: 0 additions & 5 deletions

File tree

.github/scripts/run_test.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ which python$PYTHON_VERSION || echo "python$PYTHON_VERSION not found in PATH"
1919
echo "Using Python Version $PYTHON_VERSION"
2020
##############
2121

22-
# poetry config virtualenvs.in-project true
23-
poetry config --global virtualenvs.in-project true
2422

2523
# Only create/use the env and install if .venv does not exist
2624
echo "Checking for Poetry virtual environment (.venv)"

.github/workflows/sonarcloud.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ jobs:
4343
run: |
4444
chmod +x $SCRIPT_FOLDER/*.sh
4545
46-
- name: Set Poetry to use in-project venvs
47-
run: poetry config --global virtualenvs.in-project true
48-
4946
- name: Cache global Poetry virtualenvs
5047
uses: actions/cache@v4
5148
with:

0 commit comments

Comments
 (0)