We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c5d18f4 + 745ec43 commit 63f5129Copy full SHA for 63f5129
.github/workflows/conda-package.yml
@@ -124,7 +124,8 @@ jobs:
124
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
125
run: |
126
conda activate
127
- conda build --no-test --python ${{ matrix.python }} --numpy 2 -c conda-forge --override-channels conda-recipe
+ # 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
131
uses: actions/[email protected]
0 commit comments