We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cfc3a7 commit a2d0a2eCopy full SHA for a2d0a2e
1 file changed
.github/workflows/conda-package.yml
@@ -126,7 +126,7 @@ jobs:
126
env:
127
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
128
run: |
129
- # TODO: roll back use of Intel channel when 2025.1 is available on conda-forge
+ :: TODO: roll back use of Intel channel when 2025.1 is available on conda-forge
130
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
131
132
- name: Upload artifact
0 commit comments