We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad8972 commit 745ec43Copy full SHA for 745ec43
.github/workflows/conda-package.yml
@@ -124,6 +124,7 @@ jobs:
124
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
125
run: |
126
conda activate
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
129
130
- name: Upload artifact
0 commit comments