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 c42ec11 commit f52dd58Copy full SHA for f52dd58
.github/workflows/conda-package.yml
@@ -89,6 +89,14 @@ jobs:
89
echo "WHEELS_OUTPUT_FOLDER=$GITHUB_WORKSPACE${{ runner.os == 'Linux' && '/' || '\\' }}" >> $GITHUB_ENV
90
91
- name: Build conda package
92
+ id: build_conda_pkg
93
+ continue-on-error: true
94
+ run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
95
+ env:
96
+ MAX_BUILD_CMPL_MKL_VERSION: '2025.1a0'
97
+
98
+ - name: ReBuild conda package
99
+ if: steps.build_conda_pkg.outcome == 'failure'
100
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
101
env:
102
MAX_BUILD_CMPL_MKL_VERSION: '2025.1a0'
0 commit comments