Skip to content

Commit

Permalink
chore(ci): drop unused cache call
Browse files Browse the repository at this point in the history
  • Loading branch information
nijel committed Aug 30, 2024
1 parent a636412 commit aaaa91e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:

steps:
- uses: actions/checkout@v4 # v4
- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-setup-${{ hashFiles('**/requirements*.txt') }}
- name: Setup Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit aaaa91e

Please sign in to comment.