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