We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 612fe8a commit 6386541Copy full SHA for 6386541
.github/workflows/lint.yml
@@ -35,7 +35,6 @@ jobs:
35
path: |
36
~/.cache/pypoetry
37
~/.virtualenvs
38
- .venv
39
key: poetry-${{ runner.os }}-${{ hashFiles('**/poetry.lock') }}
40
restore-keys: |
41
poetry-${{ runner.os }}
.github/workflows/test.yml
@@ -41,7 +41,6 @@ jobs:
42
43
44
45
key: poetry-${{ runner.os }}-${{ matrix.python-version }}-${{ hashFiles('**/poetry.lock') }}
46
47
poetry-${{ runner.os }}-${{ matrix.python-version }}-
0 commit comments