Skip to content

Commit f5ea32c

Browse files
comment virtualenvs path
1 parent f41b865 commit f5ea32c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
# path: ~/.virtualenvs
3232
# key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
3333

34-
- name: Set Poetry config
35-
run: |
36-
poetry config virtualenvs.in-project false
37-
poetry config virtualenvs.path ~/.virtualenvs
34+
#- name: Set Poetry config
35+
# run: |
36+
# poetry config virtualenvs.in-project false
37+
# poetry config virtualenvs.path ~/.virtualenvs
3838

3939
- name: Install Dependencies
4040
run: poetry install

0 commit comments

Comments
 (0)