We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78e3282 commit bf507c6Copy full SHA for bf507c6
ci/incremental/setup_conda_environment.cmd
@@ -13,7 +13,7 @@ conda list
13
@rem Clean up any left-over from a previous build
14
conda remove --all -q -y -n %CONDA_ENV%
15
@rem Scipy, CFFI, jinja2 and IPython are optional dependencies, but exercised in the test suite
16
-conda env create -n %CONDA_ENV% --file=ci\azure-%CONDA_PY%.yaml
+conda env create -n %CONDA_ENV% --file=ci\azure-windows-%CONDA_PY%.yaml
17
18
call activate %CONDA_ENV%
19
conda list
0 commit comments