Skip to content

Commit b92d968

Browse files
committed
Do not set virtualenvs.in-project
1 parent 1e3fd15 commit b92d968

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ jobs:
2525
- name: Install poetry
2626
run: pipx install poetry==1.8.2
2727

28-
- name: Configure poetry
29-
run: poetry config virtualenvs.in-project true
30-
3128
- name: Set up Python ${{ matrix.python-version }}
3229
uses: actions/setup-python@v5
3330
with:
@@ -126,7 +123,6 @@ jobs:
126123
- uses: actions/checkout@v4
127124

128125
- run: pipx install poetry==1.8.2
129-
- run: poetry config virtualenvs.in-project true
130126
- uses: actions/setup-python@v5
131127
with:
132128
python-version: "3.10"

0 commit comments

Comments
 (0)