Commit 83b07ea 1 parent f76e758 commit 83b07ea Copy full SHA for 83b07ea
File tree 6 files changed +9
-9
lines changed
6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 23
23
- uses : actions/checkout@v3
24
24
with :
25
25
fetch-depth : 0
26
- - uses : conda-incubator/setup-miniconda@v2
26
+ - uses : conda-incubator/setup-miniconda@v3
27
27
with :
28
28
auto-update-conda : true
29
29
activate-environment : activestorage-fromlock
Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v3
29
29
with :
30
30
fetch-depth : 0
31
- - uses : conda-incubator/setup-miniconda@v2
31
+ - uses : conda-incubator/setup-miniconda@v3
32
32
with :
33
33
activate-environment : activestorage-fromlock
34
34
python-version : ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v3
21
21
with :
22
22
fetch-depth : 0
23
- - uses : conda-incubator/setup-miniconda@v2
23
+ - uses : conda-incubator/setup-miniconda@v3
24
24
with :
25
25
activate-environment : activestorage
26
26
environment-file : environment.yml
Original file line number Diff line number Diff line change 24
24
- uses : actions/checkout@v3
25
25
with :
26
26
fetch-depth : 0
27
- - uses : conda-incubator/setup-miniconda@v2
27
+ - uses : conda-incubator/setup-miniconda@v3
28
28
with :
29
29
activate-environment : activestorage
30
30
environment-file : environment.yml
49
49
- uses : actions/checkout@v3
50
50
with :
51
51
fetch-depth : 0
52
- - uses : conda-incubator/setup-miniconda@v2
52
+ - uses : conda-incubator/setup-miniconda@v3
53
53
with :
54
54
activate-environment : activestorage
55
55
environment-file : environment.yml
Original file line number Diff line number Diff line change 27
27
- uses : actions/checkout@v3
28
28
with :
29
29
fetch-depth : 0
30
- - uses : conda-incubator/setup-miniconda@v2
30
+ - uses : conda-incubator/setup-miniconda@v3
31
31
with :
32
32
python-version : ${{ matrix.python-version }}
33
33
miniforge-version : " latest"
48
48
done
49
49
- name : Run Reductionist container
50
50
run : docker run -it --detach --rm --net=host --name reductionist ghcr.io/stackhpc/reductionist-rs:latest
51
- - uses : conda-incubator/setup-miniconda@v2
51
+ - uses : conda-incubator/setup-miniconda@v3
52
52
with :
53
53
activate-environment : activestorage-minio
54
54
environment-file : environment.yml
Original file line number Diff line number Diff line change 28
28
- uses : actions/checkout@v3
29
29
with :
30
30
fetch-depth : 0
31
- - uses : conda-incubator/setup-miniconda@v2
31
+ - uses : conda-incubator/setup-miniconda@v3
32
32
with :
33
33
python-version : ${{ matrix.python-version }}
34
34
miniforge-version : " latest"
43
43
echo 'REMOTE_RED = True' >> activestorage/config.py
44
44
- name : Ping remote Reductionist
45
45
run : curl -k https://192.171.169.248:8080/.well-known/reductionist-schema
46
- - uses : conda-incubator/setup-miniconda@v2
46
+ - uses : conda-incubator/setup-miniconda@v3
47
47
with :
48
48
activate-environment : activestorage-minio
49
49
environment-file : environment.yml
You can’t perform that action at this time.
0 commit comments