Skip to content

Commit cb1e455

Browse files
authored
Merge branch 'master' into fix-typo-matvec-vecmat
2 parents 61394be + bad9474 commit cb1e455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/conda-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ jobs:
9696
continue-on-error: true
9797
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
9898
env:
99-
MAX_BUILD_CMPL_MKL_VERSION: '2025.2a0'
99+
MAX_BUILD_CMPL_MKL_VERSION: '2025.3a0'
100100

101101
- name: ReBuild conda package
102102
if: steps.build_conda_pkg.outcome == 'failure'
103103
run: conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
104104
env:
105-
MAX_BUILD_CMPL_MKL_VERSION: '2025.2a0'
105+
MAX_BUILD_CMPL_MKL_VERSION: '2025.3a0'
106106

107107
- name: Upload artifact
108108
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2

0 commit comments

Comments
 (0)