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 70e74c1 commit d565317Copy full SHA for d565317
.github/workflows/test.yml
@@ -19,6 +19,8 @@ jobs:
19
- name: Update Unshare Permission
20
if: ${{ matrix.container_tech == 'singularity' }}
21
run: |
22
+ cat /etc/subuid
23
+ echo $(whoami)
24
cp /etc/sysctl.conf ./sysctl.conf
25
echo "kernel.unprivileged_userns_clone=1" >> ./sysctl.conf
26
sudo mv ./sysctl.conf /etc/sysctl.conf
@@ -52,7 +54,7 @@ jobs:
52
54
53
55
name: Install Singularity
56
with:
- singularity-version: 3.7.1
57
+ singularity-version: 4.2.2
58
59
- name: Create conda environment
60
run: conda create --quiet -c conda-forge --name shpc spython
0 commit comments