Skip to content

Commit

Permalink
Replace -c main with -c conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk committed Aug 7, 2024
1 parent b7f4536 commit 6b2e298
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/conda-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
runner: [ubuntu-latest]
continue-on-error: ${{ matrix.experimental }}
env:
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

steps:
- name: Download artifact
Expand Down

0 comments on commit 6b2e298

Please sign in to comment.