Skip to content

Commit 97b9221

Browse files
committed
DROP BEFORE MERGE
1 parent ec54928 commit 97b9221

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/core.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

pyproject.toml

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

0 commit comments

Comments
 (0)