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 8c50aff commit bad9474Copy full SHA for bad9474
.github/workflows/conda-package.yml
@@ -96,13 +96,13 @@ jobs:
96
continue-on-error: true
97
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
98
env:
99
- MAX_BUILD_CMPL_MKL_VERSION: '2025.2a0'
+ MAX_BUILD_CMPL_MKL_VERSION: '2025.3a0'
100
101
- name: ReBuild conda package
102
if: steps.build_conda_pkg.outcome == 'failure'
103
104
105
106
107
- name: Upload artifact
108
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments