File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4848
4949 - name : Merge conda env files
5050 run : |
51- conda-merge ${{ env.build-with-oneapi- env }} ${{ env.dpctl-pkg -env }} ${{ env.oneapi-pkgs -env }} > ${{ env.environment-file }}
51+ conda-merge ${{ env.dpctl-pkg- env }} ${{ env.oneapi-pkgs -env }} ${{ env.build-with-oneapi -env }} > ${{ env.environment-file }}
5252 cat ${{ env.environment-file }}
5353
5454 - name : Upload artifact
Original file line number Diff line number Diff line change @@ -93,13 +93,13 @@ jobs:
9393 continue-on-error : true
9494 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
9595 env :
96- MAX_BUILD_CMPL_MKL_VERSION : ' 2025.1a0 '
96+ MAX_BUILD_CMPL_MKL_VERSION : ' 2025.2a0 '
9797
9898 - name : ReBuild conda package
9999 if : steps.build_conda_pkg.outcome == 'failure'
100100 run : conda build --no-test --python ${{ matrix.python }} --numpy 2.0 ${{ env.channels-list }} conda-recipe
101101 env :
102- MAX_BUILD_CMPL_MKL_VERSION : ' 2025.1a0 '
102+ MAX_BUILD_CMPL_MKL_VERSION : ' 2025.2a0 '
103103
104104 - name : Upload artifact
105105 uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
You can’t perform that action at this time.
0 commit comments