Skip to content

Commit

Permalink
ubuntu 24.04 does not allow nushare
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jan 2, 2025
1 parent d565317 commit a2c3739
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,12 @@ jobs:
cd Lmod-${PKG_VERSION}
./configure --prefix=/usr/share && make && make install
- uses: eWaterCycle/setup-singularity@v7
- name: Install Singularity
if: ${{ matrix.container_tech == 'singularity' }}
name: Install Singularity
uses: singularityhub/install-singularity@main
with:
singularity-version: 4.2.2
singularity-version: '4.2.2'
go-version: '1.22.0'

- name: Create conda environment
run: conda create --quiet -c conda-forge --name shpc spython
Expand Down

0 comments on commit a2c3739

Please sign in to comment.