We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a2c0c commit dfba485Copy full SHA for dfba485
.github/workflows/test.yml
@@ -28,12 +28,6 @@ jobs:
28
run: echo "::set-output name=VERSION::$(poetry --version)"
29
id: poetry_version
30
31
- - name: Cache poetry.lock
32
- uses: actions/cache@v3
33
- with:
34
- path: poetry.lock
35
- key: ${{ matrix.os }}-${{ matrix.python-version }}-poetry-${{ steps.poetry_version.outputs.VERSION }}-${{ hashFiles('pyproject.toml') }}
36
-
37
- name: Install project dependencies
38
run: poetry install -vvv --no-root
39
0 commit comments