Skip to content

Commit 4d2af76

Browse files
committed
drop before merge
1 parent 3f255b3 commit 4d2af76

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/core.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)