Skip to content

Commit 34bbc06

Browse files
committed
ci: remove steps for caching dependencies
Signed-off-by: Alfi Maulana <alfi.maulana.f@gmail.com>
1 parent 59fb241 commit 34bbc06

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,7 @@ jobs:
2020
- name: Setup Poetry
2121
uses: threeal/setup-poetry-action@v1.2.0
2222

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-
3023
- name: Install Dependencies
31-
if: steps.cache-deps.outputs.cache-hit != 'true'
3224
run: poetry install --with dev
3325

3426
- name: Check Format

0 commit comments

Comments
 (0)