Skip to content

Commit 6386541

Browse files
committed
fix: venv out of cache
1 parent 612fe8a commit 6386541

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/lint.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
path: |
3636
~/.cache/pypoetry
3737
~/.virtualenvs
38-
.venv
3938
key: poetry-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
4039
restore-keys: |
4140
poetry-${{ runner.os }}

.github/workflows/test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ jobs:
4141
path: |
4242
~/.cache/pypoetry
4343
~/.virtualenvs
44-
.venv
4544
key: poetry-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
4645
restore-keys: |
4746
poetry-${{ runner.os }}-${{ matrix.python-version }}-

0 commit comments

Comments
 (0)