From e8204acc22ec05e55ccf5a8e7294c50e41610c3f Mon Sep 17 00:00:00 2001 From: Connor Ward Date: Mon, 13 May 2024 16:14:12 +0100 Subject: [PATCH] Use nohypre docker image --- .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 ecb75390f9..b911f5fa8e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: # Run on our self-hosted machines runs-on: self-hosted container: - image: firedrakeproject/firedrake-env:latest + image: condalf/firedrake-env-no-hypre:latest strategy: # Don't immediately kill real if complex fails and vice versa. fail-fast: false