Skip to content

Commit bf507c6

Browse files
committed
Path to azure env
1 parent 78e3282 commit bf507c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/incremental/setup_conda_environment.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ conda list
1313
@rem Clean up any left-over from a previous build
1414
conda remove --all -q -y -n %CONDA_ENV%
1515
@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
16+
conda env create -n %CONDA_ENV% --file=ci\azure-windows-%CONDA_PY%.yaml
1717

1818
call activate %CONDA_ENV%
1919
conda list

0 commit comments

Comments
 (0)