llvmlite icon indicating copy to clipboard operation
llvmlite copied to clipboard

Azure on Windows does not use `setup_conda_environment.cmd`

Open gmarkall opened this issue 2 years ago • 1 comments

Identified in #922. Instead of running setup_conda_environment.cmd to set up the environment, it runs commands inside azure-windows.yml. It seems that this was originally due to some issues with calling setup_conda_environment.cmd, mentioned in https://github.com/numba/llvmlite/commit/276d2023bb2dc215f75a976b631bb88013c2c427#r239559309, but these should be worked out so that the setup of the conda environment is unified between the Azure Windows build and other environments.

gmarkall avatar Mar 20 '23 12:03 gmarkall

In the case that we are not going to fix it soon, i'd suggest deleting setup_conda_environment.cmd to avoid confusion

sklam avatar Mar 21 '23 14:03 sklam