Skip to content

Commit e0aeaf2

Browse files
authored
Ref-eager and normal modes can share cache (#421)
1 parent 642836c commit e0aeaf2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ jobs:
5555
path: |
5656
~/.cache/uv
5757
~/.venv
58-
key: ${{ runner.os }}-${{ matrix.ref-mode }}-deps-${{ matrix.python-version }}-${{ hashFiles('.github/workflows/test.yml', 'requirements.txt') }}-${{ steps.date.outputs.month }}
59-
restore-keys: |
60-
${{ runner.os }}-deps-
58+
key: ${{ runner.os }}-deps-${{ matrix.python-version }}-${{ hashFiles('.github/workflows/test.yml', 'requirements.txt') }}-${{ steps.date.outputs.month }}
6159

6260
- name: Install PyTorch
6361
run: |

0 commit comments

Comments
 (0)