Skip to content

Commit

Permalink
Use built-in cache
Browse files Browse the repository at this point in the history
  • Loading branch information
lens0021 committed Nov 4, 2023
1 parent b5cb1b1 commit 824ecd1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/rank.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: '3.x'

- uses: actions/cache@v3
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
restore-keys: |
${{ runner.os }}-pip-
cache: pip

- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 824ecd1

Please sign in to comment.