Skip to content

Commit 7ad8972

Browse files
committed
Fix failure of Windows CI when dpctl is built with 2025.0.4 and run with 2025.1.0
Build with 2025.1.0 as a work-around
1 parent c5d18f4 commit 7ad8972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ 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+
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
128128
129129
- name: Upload artifact
130130
uses: actions/[email protected]

0 commit comments

Comments
 (0)