We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c777f5 commit 638bc7eCopy full SHA for 638bc7e
.github/workflows/conda.yml
@@ -19,7 +19,7 @@ jobs:
19
auto-update-conda: true
20
activate-environment: true
21
environment-file: environment.yml
22
- channels: conda-forge,anaconda
+ channels: conda-forge,anaconda,main
23
python-version: ${{ matrix.python-version }}
24
25
- name: Install Local Package
0 commit comments