Skip to content

Commit 745ec43

Browse files
committed
Add a TODO comment to work-around for build_windows step of conda package workflow
1 parent 7ad8972 commit 745ec43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ jobs:
124124
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
125125
run: |
126126
conda activate
127+
# TODO: roll back use of Intel channel when 2025.1 is available on conda-forge
127128
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

0 commit comments

Comments
 (0)