Skip to content

Commit

Permalink
Removed cached deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ddobie committed Dec 6, 2023
1 parent 526f779 commit 7ea7eb3
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ jobs:
virtualenvs-create: true
virtualenvs-in-project: true

- name: cache deps
id: cache-deps
uses: actions/cache@v2
with:
path: .venv
key: pydeps-${{ hashFiles('**/poetry.lock') }}

- uses: actions/setup-node@v2
with:
node-version: "12"
Expand Down

0 comments on commit 7ea7eb3

Please sign in to comment.