Skip to content

Commit

Permalink
Update test_pipeline.yml to run singularity in user namespace mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dhatribadri authored Dec 20, 2024
1 parent fd2fdb6 commit 0995a28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@ jobs:
uses: eWaterCycle/setup-singularity@v7
with:
singularity-version: 3.8.3
- name: Configure Singularity
run: |
sudo singularity config global --set "allow setuid = no"
sudo singularity config global --set "enable overlay = yes"
# - name: Export Singularity Path
# run: |
# export PATH=/home/runner/go/src/github.com/hpcng/singularity-3.8.3/prefix/bin:$PATH
Expand Down

0 comments on commit 0995a28

Please sign in to comment.