File tree 2 files changed +11
-11
lines changed
2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ concurrency:
11
11
cancel-in-progress : true
12
12
13
13
env :
14
- singularity_version : 3.8 .3
14
+ apptainer_version : 1.1 .3
15
15
16
16
jobs :
17
17
@@ -39,11 +39,11 @@ jobs:
39
39
with :
40
40
fetch-depth : 0
41
41
42
- - name : Set up Singularity
42
+ - name : Set up Apptainer
43
43
if : ${{ matrix.step == 'unit' || matrix.step == 'mypy' }}
44
- uses : eWaterCycle/setup-singularity@v7
44
+ uses : eWaterCycle/setup-apptainer@v2
45
45
with :
46
- singularity -version : ${{ env.singularity_version }}
46
+ apptainer -version : ${{ env.apptainer_version }}
47
47
48
48
- name : Set up Python
49
49
uses : actions/setup-python@v4
@@ -125,10 +125,10 @@ jobs:
125
125
steps :
126
126
- uses : actions/checkout@v3
127
127
128
- - name : Set up Singularity
129
- uses : eWaterCycle/setup-singularity@v7
128
+ - name : Set up Apptainer
129
+ uses : eWaterCycle/setup-apptainer@2
130
130
with :
131
- singularity -version : ${{ env.singularity_version }}
131
+ apptainer -version : ${{ env.apptainer_version }}
132
132
133
133
- name : Set up Python
134
134
uses : actions/setup-python@v4
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ concurrency:
9
9
cancel-in-progress : true
10
10
11
11
env :
12
- singularity_version : 3.6.4
12
+ apptainer_version : 1.1.3
13
13
14
14
jobs :
15
15
release_to_pypi :
@@ -20,10 +20,10 @@ jobs:
20
20
steps :
21
21
- uses : actions/checkout@v3
22
22
23
- - name : Set up Singularity
24
- uses : eWaterCycle/setup-singularity@v7
23
+ - name : Set up Apptainer
24
+ uses : eWaterCycle/setup-apptainer@v2
25
25
with :
26
- singularity -version : ${{ env.singularity_version }}
26
+ apptainer -version : ${{ env.apptainer_version }}
27
27
28
28
- name : Set up Python
29
29
uses : actions/setup-python@v4
You can’t perform that action at this time.
0 commit comments