Skip to content

Commit 44e76cb

Browse files
Update open_in_cloud.yml workflow due to new installation URLs
1 parent dabd57b commit 44e76cb

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/open_in_cloud.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,14 @@ jobs:
2626
- backend: dolfinx
2727
fem_on_colab_packages: |
2828
gmsh@current%dolfinx.io
29-
fenicsx==real@current$dolfinx
29+
fenicsx==development-real@current$dolfinx
3030
notebook_pattern: |
3131
"**/tutorial_*_dolfinx.ipynb"
3232
- backend: firedrake
3333
fem_on_colab_packages: |
34-
ngsolve==real@current%netgen
35-
firedrake==real@current
34+
firedrake==development-real@current
3635
notebook_pattern: |
37-
"**/tutorial_*_firedrake*.ipynb"
36+
"**/tutorial_*_firedrake.ipynb"
3837
fail-fast: false
3938
uses: fem-on-colab/open-in-colab-workflow/.github/workflows/workflow_call.yml@main
4039
with:
@@ -86,15 +85,14 @@ jobs:
8685
- backend: dolfinx
8786
fem_on_kaggle_packages: |
8887
gmsh@current%dolfinx.io
89-
fenicsx==real@current$dolfinx
88+
fenicsx==development-real@current$dolfinx
9089
notebook_pattern: |
9190
"**/tutorial_*_dolfinx.ipynb"
9291
- backend: firedrake
9392
fem_on_kaggle_packages: |
94-
ngsolve==real@current%netgen
95-
firedrake==real@current
93+
firedrake==development-real@current
9694
notebook_pattern: |
97-
"**/tutorial_*_firedrake*.ipynb"
95+
"**/tutorial_*_firedrake.ipynb"
9896
fail-fast: false
9997
uses: fem-on-kaggle/open-in-kaggle-workflow/.github/workflows/workflow_call.yml@main
10098
with:

0 commit comments

Comments
 (0)