From 265fb6e0df4cb0e7fc75f33d09ee8a28fdc3c375 Mon Sep 17 00:00:00 2001 From: Nicola Soranzo Date: Tue, 7 Jan 2025 15:45:52 +0000 Subject: [PATCH] Remove apptainer-version pin Not necessary any more now that https://github.com/eWaterCycle/setup-apptainer/pull/68 was merged. --- .github/workflows/mulled.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/mulled.yaml b/.github/workflows/mulled.yaml index a5702df1b6a7..4d654af6ddbb 100644 --- a/.github/workflows/mulled.yaml +++ b/.github/workflows/mulled.yaml @@ -41,8 +41,6 @@ jobs: key: tox-cache-${{ runner.os }}-${{ steps.full-python-version.outputs.version }}-${{ hashFiles('galaxy root/requirements.txt') }}-mulled - name: Install Apptainer's singularity uses: eWaterCycle/setup-apptainer@v2 - with: - apptainer-version: 1.3.6 # https://github.com/eWaterCycle/setup-apptainer/pull/68 - name: Install tox run: pip install tox - name: Run tests