From 30e0b273b9188055951a58bf2e90f49ad24160b4 Mon Sep 17 00:00:00 2001 From: jorgensd Date: Sun, 5 May 2024 14:01:58 +0200 Subject: [PATCH] More mods --- .github/workflows/build_docs.yml | 2 +- .github/workflows/check_formatting.yml | 2 +- .github/workflows/test_package_openmpi.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index fd53a58..52276c2 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -18,7 +18,7 @@ jobs: env: DEB_PYTHON_INSTALL_LAYOUT: deb_system - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: ghcr.io/fenics/dolfinx/dolfinx:nightly steps: # This action sets the current path to the root of your github repo diff --git a/.github/workflows/check_formatting.yml b/.github/workflows/check_formatting.yml index 0a11f91..7b45df1 100644 --- a/.github/workflows/check_formatting.yml +++ b/.github/workflows/check_formatting.yml @@ -8,7 +8,7 @@ jobs: env: DEB_PYTHON_INSTALL_LAYOUT: deb_system - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest container: ghcr.io/fenics/dolfinx/dolfinx:nightly steps: # This action sets the current path to the root of your github repo diff --git a/.github/workflows/test_package_openmpi.yml b/.github/workflows/test_package_openmpi.yml index 06bf8cb..d81758d 100644 --- a/.github/workflows/test_package_openmpi.yml +++ b/.github/workflows/test_package_openmpi.yml @@ -28,7 +28,7 @@ jobs: artifact_name: "legacy_checkpoint_ompi" test-code: - runs-on: "ubuntu-22.04" + runs-on: ubuntu-latest needs: [create-datasets, create-legacy-datasets] container: ghcr.io/fenics/test-env:current-openmpi env: @@ -46,7 +46,7 @@ jobs: - uses: actions/checkout@v4 - name: Update pip - run: python3 -m pip --break-system-packages install --upgrade pip setuptools + run: python3 -m pip install --upgrade pip setuptools - name: Install DOLFINx uses: jorgensd/actions/install-dolfinx@v0.3