Skip to content

Commit

Permalink
Add fallback keys if full key is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
Baschdl committed Mar 25, 2024
1 parent 6036a3b commit aaec3f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ matrix.python-version }}-${{ matrix.torch-version }}$
restore-keys: |
${{ runner.os }}-pip-${{ matrix.python-version }}-
${{ runner.os }}-pip-
- name: Install dependencies
run: |
Expand Down

0 comments on commit aaec3f7

Please sign in to comment.