Skip to content

Commit 630a190

Browse files
committed
yet another virtualenvs.in-project
1 parent e4007db commit 630a190

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ jobs:
6767
- name: Install poetry
6868
run: pipx install poetry==1.8.2
6969

70-
- name: Configure poetry
71-
run: poetry config virtualenvs.in-project true
70+
# - name: Configure poetry
71+
# run: poetry config virtualenvs.path /tmp/poetry/
7272

7373
- name: Set up Python ${{ matrix.python-version }}
7474
uses: actions/setup-python@v5

0 commit comments

Comments
 (0)