f314e0de创建于 2023年11月13日历史提交

call activate %CONDA_ENV%

@rem Build numba extensions without silencing compile errors
python setup.py build_ext -q --inplace

@rem Install numba locally for use in `numba -s` sys info tool at test time
python -m pip install -e .

if %errorlevel% neq 0 exit /b %errorlevel%