We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a889b2c commit a5bc1f5Copy full SHA for a5bc1f5
2 files changed
.github/workflows/test_containers_gpu.yml
@@ -32,6 +32,11 @@ jobs:
32
steps:
33
- uses: actions/checkout@v3
34
35
+ - name: Install singularity dependencies
36
+ run: |
37
+ sudo apt-get update
38
+ sudo apt-get install -y squashfs-tools
39
+
40
- uses: eWaterCycle/setup-singularity@v7
41
with:
42
singularity-version: 3.8.3
.github/workflows/test_containers_singularity.yml
@@ -20,21 +20,6 @@ jobs:
20
21
python-version: 3.8
22
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 \
- libseccomp-dev \
- wget \
- pkg-config \
- git \
- cryptsetup
0 commit comments