From 28f23a98621bef295f5565003935857c84322ad4 Mon Sep 17 00:00:00 2001 From: Alexander Kalistratov Date: Thu, 25 Jul 2024 16:28:00 +0200 Subject: [PATCH] Try conda-build --- .github/workflows/build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c4e6543..48eb3162 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -358,7 +358,7 @@ jobs: $env:CXX="cl.exe" $env:CC="cl.exe" $env:VSCMD_DEBUG = 3 - conda mambabuild --output-folder=. ../numba_mlir/conda-recipe --python=${{ matrix.python }} -c conda-forge -c numba -c https://software.repos.intel.com/python/conda/ + conda conda-build --output-folder=. ../numba_mlir/conda-recipe --python=${{ matrix.python }} -c https://software.repos.intel.com/python/conda/ -c conda-forge -c numba --override-channels cd win-64 ls . popd @@ -679,8 +679,8 @@ jobs: export LLVM_PATH=/home/runner/work/llvm-mlir/_mlir_install export LEVEL_ZERO_VERSION_CHECK_OFF=1 export NUMBA_MLIR_USE_SYCL=ON - # conda mambabuild --output-folder=. ../numba_mlir/conda-recipe --python=${{ matrix.python }} -c conda-forge -c numba -c https://software.repos.intel.com/python/conda/ || exit 1 - conda mambabuild --output-folder=. ../numba_mlir/conda-recipe --python=${{ matrix.python }} -c https://software.repos.intel.com/python/conda/ -c conda-forge -c numba --override-channels || exit 1 + # conda conda-build --output-folder=. ../numba_mlir/conda-recipe --python=${{ matrix.python }} -c conda-forge -c numba -c https://software.repos.intel.com/python/conda/ || exit 1 + conda conda-build --output-folder=. ../numba_mlir/conda-recipe --python=${{ matrix.python }} -c https://software.repos.intel.com/python/conda/ -c conda-forge -c numba --override-channels || exit 1 cd linux-64 ls -l --block-size=M popd