From 9247bc0f7adffc6ddb86811d7783cfdcb15f31a2 Mon Sep 17 00:00:00 2001 From: Jack Betteridge Date: Wed, 18 Dec 2024 15:34:06 +0000 Subject: [PATCH] loadscope is important --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9180aa2d6..e114eedb8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: . /home/firedrake/firedrake/bin/activate export GUSTO_PARALLEL_LOG=FILE python -m pytest \ - -n 4 --dist worksteal \ + -n 4 --dist loadscope \ --timeout=1200 \ --timeout-method=thread \ -o faulthandler_timeout=1260 \