numba / llvmlite

A lightweight LLVM python binding for writing JIT compilers
https://llvmlite.pydata.org/
BSD 2-Clause "Simplified" License
1.94k stars 321 forks source link

Azure on Windows does not use `setup_conda_environment.cmd` #924

Open gmarkall opened 1 year ago

gmarkall commented 1 year ago

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.

sklam commented 1 year ago

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