File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 25
25
26
26
test-non-ase :
27
27
# prevent this action from running on forks
28
- if : github.repository == 'materialsproject/atomate2'
28
+ # if: github.repository == 'materialsproject/atomate2'
29
29
30
30
services :
31
31
local_mongodb :
99
99
100
100
test-openff :
101
101
# prevent this action from running on forks
102
- if : github.repository == 'materialsproject/atomate2'
102
+ # if: github.repository == 'materialsproject/atomate2'
103
103
104
104
services :
105
105
local_mongodb :
@@ -155,7 +155,7 @@ jobs:
155
155
156
156
test-notebooks-and-ase :
157
157
# prevent this action from running on forks
158
- if : github.repository == 'materialsproject/atomate2'
158
+ # if: github.repository == 'materialsproject/atomate2'
159
159
160
160
# It seems like anything torch-dependent and tblite can't be installed in the same environment
161
161
# without the tblite tests failing in CI, see, e.g.:
@@ -226,7 +226,7 @@ jobs:
226
226
227
227
test-force-field-notebook :
228
228
# prevent this action from running on forks
229
- if : github.repository == 'materialsproject/atomate2'
229
+ # if: github.repository == 'materialsproject/atomate2'
230
230
231
231
services :
232
232
local_mongodb :
You can’t perform that action at this time.
0 commit comments