File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -319,7 +319,10 @@ jobs:
319319 matrix.arch == 'default'
320320 run : |
321321 . venv/bin/activate
322- git clone --depth 1 https://github.com/firedrakeproject/gusto.git gusto-repo
322+ git clone https://github.com/firedrakeproject/gusto.git gusto-repo
323+ cd gusto-repo
324+ git checkout ksagiyam/submesh_core
325+ cd ..
323326 pip install --verbose ./gusto-repo
324327 python -m pytest -n 8 --verbose \
325328 gusto-repo/integration-tests/balance/test_saturated_balance.py \
Original file line number Diff line number Diff line change @@ -20,10 +20,8 @@ dependencies = [
2020 " decorator<=4.4.2" ,
2121 " mpi4py>3; python_version >= '3.13'" ,
2222 " mpi4py; python_version < '3.13'" ,
23- # TODO RELEASE
24- " fenics-ufl @ git+https://github.com/FEniCS/ufl.git@main" ,
25- # TODO RELEASE
26- " firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@main" ,
23+ " fenics-ufl @ git+https://github.com/firedrakeproject/ufl.git@ksagiyam/introduce_mixed_map" ,
24+ " firedrake-fiat @ git+https://github.com/firedrakeproject/fiat.git@ksagiyam/introduce_mixed_map" ,
2725 " h5py>3.12.1" ,
2826 " immutabledict" ,
2927 " libsupermesh" ,
You can’t perform that action at this time.
0 commit comments