Skip to content

Commit ff11b59

Browse files
authored
Update setup-miniconda action version to v3.3.0 (#3203)
1 parent 79e7783 commit ff11b59

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/test_local_integration.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,16 +167,15 @@ jobs:
167167
path: conda-store
168168

169169
- name: "Set up conda-store conda env"
170-
uses: conda-incubator/setup-miniconda@v3
171-
env:
172-
CONDA: /home/runnerx/miniconda3
170+
uses: conda-incubator/setup-miniconda@v3.3.0
173171
with:
174-
environment-file: conda-store/conda-store-server/environment-dev.yaml
175-
miniforge-version: latest
176-
auto-activate-base: false
177-
activate-environment: conda-store-server-dev
178-
python-version: ${{ env.PYTHON_VERSION }}
179-
conda-remove-defaults: "true"
172+
installation-dir: ${{ runner.temp }}/conda-store-miniforge
173+
environment-file: conda-store/conda-store-server/environment-dev.yaml
174+
miniforge-version: latest
175+
auto-activate-base: false
176+
activate-environment: conda-store-server-dev
177+
python-version: ${{ env.PYTHON_VERSION }}
178+
conda-remove-defaults: "true"
180179

181180
- name: Install conda-store dependencies
182181
run: |

0 commit comments

Comments
 (0)