Skip to content

Commit d1da370

Browse files
committed
let me test on my fork
1 parent 2f5a3a1 commit d1da370

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/testing.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
test-non-ase:
2727
# prevent this action from running on forks
28-
if: github.repository == 'materialsproject/atomate2'
28+
#if: github.repository == 'materialsproject/atomate2'
2929

3030
services:
3131
local_mongodb:
@@ -99,7 +99,7 @@ jobs:
9999

100100
test-openff:
101101
# prevent this action from running on forks
102-
if: github.repository == 'materialsproject/atomate2'
102+
#if: github.repository == 'materialsproject/atomate2'
103103

104104
services:
105105
local_mongodb:
@@ -155,7 +155,7 @@ jobs:
155155
156156
test-notebooks-and-ase:
157157
# prevent this action from running on forks
158-
if: github.repository == 'materialsproject/atomate2'
158+
#if: github.repository == 'materialsproject/atomate2'
159159

160160
# It seems like anything torch-dependent and tblite can't be installed in the same environment
161161
# without the tblite tests failing in CI, see, e.g.:
@@ -226,7 +226,7 @@ jobs:
226226

227227
test-force-field-notebook:
228228
# prevent this action from running on forks
229-
if: github.repository == 'materialsproject/atomate2'
229+
#if: github.repository == 'materialsproject/atomate2'
230230

231231
services:
232232
local_mongodb:

0 commit comments

Comments
 (0)