File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1313 RUST_CACHE_DIRS : " ~/.cargo/registry\n ~/.cargo/git\n target\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
1718jobs :
1819
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
You can’t perform that action at this time.
0 commit comments