Skip to content

Commit 34c487c

Browse files
committed
try CI when testing data is not cached
1 parent 4f12d19 commit 34c487c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278

279279
- uses: actions/cache@v4
280280
with:
281-
key: testing_data-1-${{ env.TESTING_VERSION }}
281+
key: testing_data-2-${{ env.TESTING_VERSION }}
282282
path: ~/mne_data
283283
name: 'Cache testing data'
284284

0 commit comments

Comments
 (0)