Skip to content

Commit 63f5129

Browse files
authored
Merge pull request #2034 from IntelPython/fix-windows-ci-failure-2025.1
[MAINT] Fix Windows CI with 2025.1.0 compiler
2 parents c5d18f4 + 745ec43 commit 63f5129

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/conda-package.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ jobs:
124124
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
125125
run: |
126126
conda activate
127-
conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
127+
# TODO: roll back use of Intel channel when 2025.1 is available on conda-forge
128+
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
128129
129130
- name: Upload artifact
130131
uses: actions/[email protected]

0 commit comments

Comments
 (0)