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 1eb4594 commit 67400b0Copy full SHA for 67400b0
.github/workflows/conda-package.yml
@@ -93,13 +93,13 @@ jobs:
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.3a0'
+ MAX_BUILD_CMPL_MKL_VERSION: '2026.0a0'
97
98
- name: ReBuild conda package
99
if: steps.build_conda_pkg.outcome == 'failure'
100
101
102
103
104
- name: Upload artifact
105
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
0 commit comments