File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -318,7 +318,10 @@ jobs:
318318 matrix.arch == 'default'
319319 run : |
320320 . venv/bin/activate
321- git clone --depth 1 https://github.com/firedrakeproject/gusto.git gusto-repo
321+ git clone https://github.com/firedrakeproject/gusto.git gusto-repo
322+ cd gusto-repo
323+ git checkout ksagiyam/submesh_core
324+ cd ..
322325 pip install --verbose ./gusto-repo
323326 python -m pytest -n 8 --verbose \
324327 gusto-repo/integration-tests/balance/test_saturated_balance.py \
@@ -357,7 +360,10 @@ jobs:
357360 matrix.arch == 'default'
358361 run : |
359362 . venv/bin/activate
360- git clone --depth 1 https://github.com/g-adopt/g-adopt.git g-adopt-repo
363+ git clone https://github.com/ksagiyam/g-adopt.git g-adopt-repo
364+ cd g-adopt-repo
365+ git checkout ksagiyam/submesh_core
366+ cd ..
361367 pip install --verbose ./g-adopt-repo
362368 make -C g-adopt-repo/demos/mantle_convection/base_case check
363369 timeout-minutes : 5
You can’t perform that action at this time.
0 commit comments