Skip to content

Commit 35506cf

Browse files
authored
Update main.yml
1 parent 3f94947 commit 35506cf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
branches:
77
- master
8-
# env:
9-
# HOME: /root
108
defaults:
119
run:
1210
shell: bash
@@ -26,7 +24,6 @@ jobs:
2624
container: fastai/fastai
2725
steps:
2826
- uses: actions/checkout@v2
29-
# - uses: fastai/workflows/conda-env@master
3027
- name: Check if notebooks are synced and cleaned
3128
uses: fastai/workflows/nb@master
3229
- name: Run fastcore tests
@@ -44,7 +41,6 @@ jobs:
4441
matrix:
4542
nb: ['[0-1]', '[2-3]', '[4-5]','[6-7]', '[8-9]']
4643
steps:
47-
# - uses: fastai/workflows/conda-env@master
4844
- name: clone this branch [fastcore]
4945
uses: actions/checkout@v2
5046
with:

0 commit comments

Comments
 (0)