File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -72,14 +72,14 @@ jobs:
7272 arch : ${{ matrix.arch }}
7373 - uses : julia-actions/cache@v2
7474
75- - name : add MPIPreferences and external packages
76- shell : julia --color=yes --project=. {0}
77- run : |
78- using Pkg
79- Pkg.add("MPIPreferences")
80- Pkg.add(name="Gridap",rev="polytopal")
81- Pkg.add(name="GridapDistributed",rev="polytopal")
82- Pkg.add(name="GridapSolvers",rev="develop")
75+ # - name: add MPIPreferences and external packages
76+ # shell: julia --color=yes --project=. {0}
77+ # run: |
78+ # using Pkg
79+ # Pkg.add("MPIPreferences")
80+ # Pkg.add(name="Gridap",rev="polytopal")
81+ # Pkg.add(name="GridapDistributed",rev="polytopal")
82+ # Pkg.add(name="GridapSolvers",rev="develop")
8383 - name : use MPI system binary
8484 shell : julia --color=yes --project=. {0}
8585 run : |
Original file line number Diff line number Diff line change @@ -47,7 +47,8 @@ cavity(
4747 ),
4848 ζᵤ = 10.0 ,
4949 ζⱼ = 10.0 ,
50- solid = true ,
50+ # solid = true, # this gives an error when adding terms in weakforms.jl line 437:
51+ # AssertionError: This map is type-unstable
5152)
5253
5354cavity (
You can’t perform that action at this time.
0 commit comments