Skip to content

Commit a2d0a2e

Browse files
committed
fix comment for cmd shell
1 parent 0cfc3a7 commit a2d0a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
env:
127127
OVERRIDE_INTEL_IPO: 1 # IPO requires more resources that GH actions VM provides
128128
run: |
129-
# TODO: roll back use of Intel channel when 2025.1 is available on conda-forge
129+
:: TODO: roll back use of Intel channel when 2025.1 is available on conda-forge
130130
conda build --no-test --python ${{ matrix.python }} --numpy 2.0 -c ${{ env.INTEL_CHANNEL }} -c conda-forge --override-channels conda-recipe
131131
132132
- name: Upload artifact

0 commit comments

Comments
 (0)