Skip to content

Commit

Permalink
Revert "chore: Cache Poetry Dependencies in CI workflow"
Browse files Browse the repository at this point in the history
This reverts commit 0129a6b.
  • Loading branch information
turboflo committed Sep 1, 2024
1 parent 0129a6b commit a06ca96
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,16 +35,6 @@ jobs:
virtualenvs-in-project: true
installer-parallel: true

- name: Cache Poetry Dependencies
uses: actions/cache@v3
with:
path: |
~/.cache/pypoetry
~/.venv
key: ${{ runner.os }}-poetry-${{ hashFiles('poetry.lock') }}
restore-keys: |
${{ runner.os }}-poetry-
- name: Install dependencies
run: |
poetry install --no-interaction --with dev
Expand Down

0 comments on commit a06ca96

Please sign in to comment.