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