File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments