Skip to content

Commit d9609f9

Browse files
Fix the miniconda version used by the action in GA.
1 parent 2e5e8f6 commit d9609f9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ env:
1313
RUST_CACHE_DIRS: "~/.cargo/registry\n~/.cargo/git\ntarget\n"
1414
LIBCLANG_PATH_WIN: "C:/Program Files (x86)/Microsoft Visual Studio/2019/Enterprise/VC/Tools/Llvm/x64/bin"
1515
CARGO_MAKE_VERSION: 0.35.0
16+
MINICONDA_VERSION: "py38_4.10.3"
1617

1718
jobs:
1819

@@ -88,6 +89,7 @@ jobs:
8889
with:
8990
activate-environment: console_pp
9091
environment-file: conda.yml
92+
miniconda-version: ${{ env.MINICONDA_VERSION }}
9193

9294
- name: Cache pip
9395
uses: actions/cache@v2
@@ -164,6 +166,7 @@ jobs:
164166
with:
165167
activate-environment: console_pp
166168
environment-file: conda.yml
169+
miniconda-version: ${{ env.MINICONDA_VERSION }}
167170

168171
- name: Run Requirements Generation Check
169172
run: |
@@ -281,6 +284,7 @@ jobs:
281284
with:
282285
activate-environment: console_pp
283286
environment-file: conda.yml
287+
miniconda-version: ${{ env.MINICONDA_VERSION }}
284288

285289
- name: Cache pip
286290
uses: actions/cache@v2

0 commit comments

Comments
 (0)