We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bae5110 commit 01acabfCopy full SHA for 01acabf
.github/workflows/pytest.yml
@@ -79,11 +79,11 @@ jobs:
79
python -m pip install --upgrade pip -r requirements-dev.txt
80
pip install -e .
81
82
- - name: Set up Singularity
+ - name: Set up Apptainer
83
if: ${{ startsWith(matrix.test, 'pipelines/download/') }}
84
- uses: eWaterCycle/setup-singularity@931d4e31109e875b13309ae1d07c70ca8fbc8537 # v7
+ uses: eWaterCycle/setup-apptainer@4bb22c52d4f63406c49e94c804632975787312b3 # v2.0.0
85
with:
86
- singularity-version: 3.8.3
+ apptainer-version: 1.3.4
87
88
- name: Get current date
89
id: date
0 commit comments