File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,14 @@ jobs:
26
26
- backend : dolfinx
27
27
fem_on_colab_packages : |
28
28
gmsh@current%dolfinx.io
29
- fenicsx==real@current$dolfinx
29
+ fenicsx==development- real@current$dolfinx
30
30
notebook_pattern : |
31
31
"**/tutorial_*_dolfinx.ipynb"
32
32
- backend : firedrake
33
33
fem_on_colab_packages : |
34
- ngsolve==real@current%netgen
35
- firedrake==real@current
34
+ firedrake==development-real@current
36
35
notebook_pattern : |
37
- "**/tutorial_*_firedrake* .ipynb"
36
+ "**/tutorial_*_firedrake.ipynb"
38
37
fail-fast : false
39
38
uses : fem-on-colab/open-in-colab-workflow/.github/workflows/workflow_call.yml@main
40
39
with :
@@ -86,15 +85,14 @@ jobs:
86
85
- backend : dolfinx
87
86
fem_on_kaggle_packages : |
88
87
gmsh@current%dolfinx.io
89
- fenicsx==real@current$dolfinx
88
+ fenicsx==development- real@current$dolfinx
90
89
notebook_pattern : |
91
90
"**/tutorial_*_dolfinx.ipynb"
92
91
- backend : firedrake
93
92
fem_on_kaggle_packages : |
94
- ngsolve==real@current%netgen
95
- firedrake==real@current
93
+ firedrake==development-real@current
96
94
notebook_pattern : |
97
- "**/tutorial_*_firedrake* .ipynb"
95
+ "**/tutorial_*_firedrake.ipynb"
98
96
fail-fast : false
99
97
uses : fem-on-kaggle/open-in-kaggle-workflow/.github/workflows/workflow_call.yml@main
100
98
with :
You can’t perform that action at this time.
0 commit comments