Skip to content

Commit aad8468

Browse files
Use conda-build command for package build in public CI
1 parent 2f88399 commit aad8468

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,13 +153,13 @@ jobs:
153153
- name: Build conda package
154154
id: build_conda_pkg
155155
continue-on-error: true
156-
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
156+
run: conda-build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
157157
env:
158158
MAX_BUILD_CMPL_MKL_VERSION: '2026.0a0'
159159

160160
- name: ReBuild conda package
161161
if: steps.build_conda_pkg.outcome == 'failure'
162-
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
162+
run: conda-build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
163163
env:
164164
MAX_BUILD_CMPL_MKL_VERSION: '2026.0a0'
165165

0 commit comments

Comments
 (0)