Skip to content

Commit 01acabf

Browse files
Swich to Apptainer in pytest
Co-authored-by: Matthias Zepper <[email protected]>
1 parent bae5110 commit 01acabf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pytest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,11 @@ jobs:
7979
python -m pip install --upgrade pip -r requirements-dev.txt
8080
pip install -e .
8181
82-
- name: Set up Singularity
82+
- name: Set up Apptainer
8383
if: ${{ startsWith(matrix.test, 'pipelines/download/') }}
84-
uses: eWaterCycle/setup-singularity@931d4e31109e875b13309ae1d07c70ca8fbc8537 # v7
84+
uses: eWaterCycle/setup-apptainer@4bb22c52d4f63406c49e94c804632975787312b3 # v2.0.0
8585
with:
86-
singularity-version: 3.8.3
86+
apptainer-version: 1.3.4
8787

8888
- name: Get current date
8989
id: date

0 commit comments

Comments
 (0)