Skip to content

Commit d1ffeb6

Browse files
committed
Remove intel channel
1 parent 763fcbd commit d1ffeb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conda-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: conda install conda-build
3939
- name: Build conda package
4040
run: |
41-
CHANNELS="-c intel -c defaults --override-channels"
41+
CHANNELS="-c defaults --override-channels"
4242
VERSIONS="--python ${{ matrix.python }}"
4343
TEST="--no-test"
4444
conda build \

0 commit comments

Comments
 (0)