We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b395d commit af3c2d5Copy full SHA for af3c2d5
.github/workflows/conda-package.yml
@@ -79,7 +79,7 @@ jobs:
79
run: mamba install conda-build=${{ env.CONDA_BUILD_VERSION}}
80
81
- name: Build conda package
82
- run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.CHANNELS }} conda-recipe
+ run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.CHANNELS }} conda-recipe
83
env:
84
MAX_BUILD_CMPL_MKL_VERSION: '2025.1a0'
85
0 commit comments