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 c5d18f4 commit 7ad8972Copy full SHA for 7ad8972
.github/workflows/conda-package.yml
@@ -124,7 +124,7 @@ 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
+ conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
128
129
- name: Upload artifact
130
uses: actions/[email protected]
0 commit comments