Skip to content

Commit 83b07ea

Browse files
committed
upgrade to setup miniconda v3
1 parent f76e758 commit 83b07ea

6 files changed

+9
-9
lines changed

.github/workflows/create-condalock-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424
with:
2525
fetch-depth: 0
26-
- uses: conda-incubator/setup-miniconda@v2
26+
- uses: conda-incubator/setup-miniconda@v3
2727
with:
2828
auto-update-conda: true
2929
activate-environment: activestorage-fromlock

.github/workflows/install-from-condalock-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
with:
3030
fetch-depth: 0
31-
- uses: conda-incubator/setup-miniconda@v2
31+
- uses: conda-incubator/setup-miniconda@v3
3232
with:
3333
activate-environment: activestorage-fromlock
3434
python-version: ${{ matrix.python-version }}

.github/workflows/run-test-push.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v3
2121
with:
2222
fetch-depth: 0
23-
- uses: conda-incubator/setup-miniconda@v2
23+
- uses: conda-incubator/setup-miniconda@v3
2424
with:
2525
activate-environment: activestorage
2626
environment-file: environment.yml

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: actions/checkout@v3
2525
with:
2626
fetch-depth: 0
27-
- uses: conda-incubator/setup-miniconda@v2
27+
- uses: conda-incubator/setup-miniconda@v3
2828
with:
2929
activate-environment: activestorage
3030
environment-file: environment.yml
@@ -49,7 +49,7 @@ jobs:
4949
- uses: actions/checkout@v3
5050
with:
5151
fetch-depth: 0
52-
- uses: conda-incubator/setup-miniconda@v2
52+
- uses: conda-incubator/setup-miniconda@v3
5353
with:
5454
activate-environment: activestorage
5555
environment-file: environment.yml

.github/workflows/test_s3_minio.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v3
2828
with:
2929
fetch-depth: 0
30-
- uses: conda-incubator/setup-miniconda@v2
30+
- uses: conda-incubator/setup-miniconda@v3
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333
miniforge-version: "latest"
@@ -48,7 +48,7 @@ jobs:
4848
done
4949
- name: Run Reductionist container
5050
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
5252
with:
5353
activate-environment: activestorage-minio
5454
environment-file: environment.yml

.github/workflows/test_s3_remote_reductionist.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/checkout@v3
2929
with:
3030
fetch-depth: 0
31-
- uses: conda-incubator/setup-miniconda@v2
31+
- uses: conda-incubator/setup-miniconda@v3
3232
with:
3333
python-version: ${{ matrix.python-version }}
3434
miniforge-version: "latest"
@@ -43,7 +43,7 @@ jobs:
4343
echo 'REMOTE_RED = True' >> activestorage/config.py
4444
- name: Ping remote Reductionist
4545
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
4747
with:
4848
activate-environment: activestorage-minio
4949
environment-file: environment.yml

0 commit comments

Comments
 (0)