|
47 | 47 | - name: Set up Singularity and environment-modules |
48 | 48 | if: ${{ matrix.step == 'unit' || matrix.step == 'mypy' }} |
49 | 49 | run: | |
50 | | - wget --no-verbose https://github.com/sylabs/singularity/releases/download/v3.10.4/singularity-ce_3.10.4-focal_amd64.deb |
51 | | - sudo apt-get install -y ./singularity-ce_3.10.4-focal_amd64.deb environment-modules |
| 50 | + wget --no-verbose https://github.com/sylabs/singularity/releases/download/v4.2.1/singularity-ce_4.2.1-focal_amd64.deb |
| 51 | + sudo apt-get install -y ./singularity-ce_4.2.1-focal_amd64.deb environment-modules |
52 | 52 |
|
53 | 53 | - name: Give the test runner user a name to make provenance happy. |
54 | 54 | if: ${{ matrix.step == 'unit' || matrix.step == 'mypy' }} |
@@ -134,8 +134,8 @@ jobs: |
134 | 134 |
|
135 | 135 | - name: Set up Singularity and environment-modules |
136 | 136 | run: | |
137 | | - wget --no-verbose https://github.com/sylabs/singularity/releases/download/v3.10.4/singularity-ce_3.10.4-focal_amd64.deb |
138 | | - sudo apt-get install -y ./singularity-ce_3.10.4-focal_amd64.deb environment-modules |
| 137 | + wget --no-verbose https://github.com/sylabs/singularity/releases/download/v4.2.1/singularity-ce_4.2.1-focal_amd64.deb |
| 138 | + sudo apt-get install -y ./singularity-ce_4.2.1-focal_amd64.deb environment-modules |
139 | 139 |
|
140 | 140 | - name: Give the test runner user a name to make provenance happy. |
141 | 141 | run: sudo usermod -c 'CI Runner' "$(whoami)" |
@@ -183,8 +183,8 @@ jobs: |
183 | 183 | - name: Set up Singularity and environment-modules |
184 | 184 | if: ${{ matrix.container == 'singularity' }} |
185 | 185 | run: | |
186 | | - wget --no-verbose https://github.com/sylabs/singularity/releases/download/v3.10.4/singularity-ce_3.10.4-jammy_amd64.deb |
187 | | - sudo apt-get install -y ./singularity-ce_3.10.4-jammy_amd64.deb environment-modules |
| 186 | + wget --no-verbose https://github.com/sylabs/singularity/releases/download/v4.2.1/singularity-ce_4.2.1-focal_amd64.deb |
| 187 | + sudo apt-get install -y ./singularity-ce_4.2.1-focal_amd64.deb environment-modules |
188 | 188 |
|
189 | 189 | - name: Singularity cache |
190 | 190 | if: ${{ matrix.container == 'singularity' }} |
@@ -231,8 +231,8 @@ jobs: |
231 | 231 |
|
232 | 232 | - name: Set up Singularity and environment-modules |
233 | 233 | run: | |
234 | | - wget --no-verbose https://github.com/sylabs/singularity/releases/download/v3.10.4/singularity-ce_3.10.4-jammy_amd64.deb |
235 | | - sudo apt-get install -y ./singularity-ce_3.10.4-jammy_amd64.deb environment-modules |
| 234 | + wget --no-verbose https://github.com/sylabs/singularity/releases/download/v4.2.1/singularity-ce_4.2.1-focal_amd64.deb |
| 235 | + sudo apt-get install -y ./singularity-ce_4.2.1-focal_amd64.deb environment-modules |
236 | 236 |
|
237 | 237 | - name: Set up Python |
238 | 238 | uses: actions/setup-python@v5 |
|
0 commit comments