Skip to content

Commit a2c3739

Browse files
committed
ubuntu 24.04 does not allow nushare
Signed-off-by: vsoch <[email protected]>
1 parent d565317 commit a2c3739

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ jobs:
5050
cd Lmod-${PKG_VERSION}
5151
./configure --prefix=/usr/share && make && make install
5252
53-
- uses: eWaterCycle/setup-singularity@v7
53+
- name: Install Singularity
5454
if: ${{ matrix.container_tech == 'singularity' }}
55-
name: Install Singularity
55+
uses: singularityhub/install-singularity@main
5656
with:
57-
singularity-version: 4.2.2
57+
singularity-version: '4.2.2'
58+
go-version: '1.22.0'
5859

5960
- name: Create conda environment
6061
run: conda create --quiet -c conda-forge --name shpc spython

0 commit comments

Comments
 (0)