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.
2 parents a2f2e23 + 1aa572a commit f6645d0Copy full SHA for f6645d0
.github/workflows/test.yaml
@@ -39,14 +39,6 @@ jobs:
39
poetry config virtualenvs.create true --local
40
poetry config virtualenvs.in-project true --local
41
42
- - name: Cache dependencies
43
- uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
44
- with:
45
- path: ./.venv
46
- key: venv-${{ runner.os }}-py${{ matrix.python-version }}-${{ hashFiles('poetry.lock') }}
47
- restore-keys: |
48
- venv-${{ runner.os }}-py${{ matrix.python-version }}-
49
-
50
- name: Install package
51
run: poetry install --all-extras
52
0 commit comments