Skip to content

Commit

Permalink
FEM on Colab/Kaggle now require to specify that ngsolve is built with…
Browse files Browse the repository at this point in the history
… real scalar type
  • Loading branch information
francesco-ballarin committed Jan 13, 2024
1 parent c26232c commit 67021d9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/open_in_cloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
"**/tutorial_*_dolfinx.ipynb"
- backend: firedrake
fem_on_colab_packages: |
ngsolve@current%netgen
ngsolve==real@current%netgen
firedrake==real@current
notebook_pattern: |
"**/tutorial_*_firedrake*.ipynb"
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
"**/tutorial_*_dolfinx.ipynb"
- backend: firedrake
fem_on_kaggle_packages: |
ngsolve@current%netgen
ngsolve==real@current%netgen
firedrake==real@current
notebook_pattern: |
"**/tutorial_*_firedrake*.ipynb"
Expand Down

0 comments on commit 67021d9

Please sign in to comment.