Skip to content

Commit d565317

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- name: Update Unshare Permission
2020
if: ${{ matrix.container_tech == 'singularity' }}
2121
run: |
22+
cat /etc/subuid
23+
echo $(whoami)
2224
cp /etc/sysctl.conf ./sysctl.conf
2325
echo "kernel.unprivileged_userns_clone=1" >> ./sysctl.conf
2426
sudo mv ./sysctl.conf /etc/sysctl.conf
@@ -52,7 +54,7 @@ jobs:
5254
if: ${{ matrix.container_tech == 'singularity' }}
5355
name: Install Singularity
5456
with:
55-
singularity-version: 3.7.1
57+
singularity-version: 4.2.2
5658

5759
- name: Create conda environment
5860
run: conda create --quiet -c conda-forge --name shpc spython

0 commit comments

Comments
 (0)