Skip to content

Commit f8f16f2

Browse files
author
Hamel Husain
authored
fix ci
increase isolation on integration test and force a cache refresh
1 parent f8c3646 commit f8f16f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
download: "true"
4141
strategy:
4242
matrix:
43-
nb: ['[0-2]','[3-5]','[6-9]']
43+
nb: ['[0-1]', '[2-3]', '[4-5]','[6-7]', '[8-9]']
4444
steps:
4545
- uses: fastai/workflows/conda-env@master
4646
- name: clone this branch [fastcore]
@@ -65,7 +65,7 @@ jobs:
6565
id: cache
6666
with:
6767
path: ~/.fastai/data
68-
key: 'fastai-test-data-v3'
68+
key: 'fastai-test-data-v4'
6969

7070
- name: download data
7171
if: env.download == 'true' && steps.cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)