Skip to content

Commit a5bc1f5

Browse files
committed
setup singularity
1 parent a889b2c commit a5bc1f5

2 files changed

Lines changed: 5 additions & 15 deletions

File tree

.github/workflows/test_containers_gpu.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v3
3434

35+
- name: Install singularity dependencies
36+
run: |
37+
sudo apt-get update
38+
sudo apt-get install -y squashfs-tools
39+
3540
- uses: eWaterCycle/setup-singularity@v7
3641
with:
3742
singularity-version: 3.8.3

.github/workflows/test_containers_singularity.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,6 @@ jobs:
2020
with:
2121
python-version: 3.8
2222

23-
24-
- name: Install singularity dependencies
25-
run: |
26-
sudo apt-get update && sudo apt-get install -y \
27-
build-essential \
28-
libssl-dev \
29-
uuid-dev \
30-
libgpgme11-dev \
31-
squashfs-tools \
32-
libseccomp-dev \
33-
wget \
34-
pkg-config \
35-
git \
36-
cryptsetup
37-
3823
- uses: eWaterCycle/setup-singularity@v7
3924
with:
4025
singularity-version: 3.8.3

0 commit comments

Comments
 (0)