From 0538b61fba46ae75b3ac7d1eeb2ad0ac6c2b820a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draic=20Corcoran?= Date: Thu, 9 Jan 2025 14:49:14 +0100 Subject: [PATCH] test: set ubuntu latest with apptainer-suid --- .github/workflows/integration.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration.yaml b/.github/workflows/integration.yaml index c7b582c..d665393 100644 --- a/.github/workflows/integration.yaml +++ b/.github/workflows/integration.yaml @@ -14,7 +14,7 @@ on: jobs: integration-small-singularity: name: integration small data set singularity - runs-on: ubuntu-22.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: Set up Python 3.8 @@ -23,7 +23,7 @@ jobs: python-version: 3.8 - name: Install apptainer/singularity run: | - sudo add-apt-repository -y ppa:apptainer/ppa && sudo apt install -y software-properties-common && sudo apt install -y apptainer + sudo add-apt-repository -y ppa:apptainer/ppa && sudo apt install -y software-properties-common && sudo apt install -y apptainer-suid - name: Install requirements.txt run: | pip install -r requirements.txt