We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59fb241 commit 34bbc06Copy full SHA for 34bbc06
1 file changed
.github/workflows/build.yaml
@@ -20,15 +20,7 @@ jobs:
20
- name: Setup Poetry
21
uses: threeal/setup-poetry-action@v1.2.0
22
23
- - name: Cache Dependencies
24
- id: cache-deps
25
- uses: actions/cache@v4.2.3
26
- with:
27
- key: poetry-${{ runner.os }}-${{ hashFiles('pyproject.toml') }}
28
- path: .venv
29
-
30
- name: Install Dependencies
31
- if: steps.cache-deps.outputs.cache-hit != 'true'
32
run: poetry install --with dev
33
34
- name: Check Format
0 commit comments