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 d565317 commit a2c3739Copy full SHA for a2c3739
.github/workflows/test.yml
@@ -50,11 +50,12 @@ jobs:
50
cd Lmod-${PKG_VERSION}
51
./configure --prefix=/usr/share && make && make install
52
53
- - uses: eWaterCycle/setup-singularity@v7
+ - name: Install Singularity
54
if: ${{ matrix.container_tech == 'singularity' }}
55
- name: Install Singularity
+ uses: singularityhub/install-singularity@main
56
with:
57
- singularity-version: 4.2.2
+ singularity-version: '4.2.2'
58
+ go-version: '1.22.0'
59
60
- name: Create conda environment
61
run: conda create --quiet -c conda-forge --name shpc spython
0 commit comments