We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f41b865 commit f5ea32cCopy full SHA for f5ea32c
.github/workflows/ci.yml
@@ -31,10 +31,10 @@ jobs:
31
# path: ~/.virtualenvs
32
# key: venv-${{ matrix.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
33
34
- - name: Set Poetry config
35
- run: |
36
- poetry config virtualenvs.in-project false
37
- poetry config virtualenvs.path ~/.virtualenvs
+ #- name: Set Poetry config
+ # run: |
+ # poetry config virtualenvs.in-project false
+ # poetry config virtualenvs.path ~/.virtualenvs
38
39
- name: Install Dependencies
40
run: poetry install
0 commit comments