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 b7f4536 commit 6b2e298Copy full SHA for 6b2e298
.github/workflows/conda-package.yml
@@ -67,7 +67,7 @@ jobs:
67
runner: [ubuntu-latest]
68
continue-on-error: ${{ matrix.experimental }}
69
env:
70
- CHANNELS: -c https://software.repos.intel.com/python/conda -c main --override-channels
+ CHANNELS: -c https://software.repos.intel.com/python/conda -c conda-forge --override-channels
71
72
steps:
73
- name: Download artifact
0 commit comments