Skip to content

Commit

Permalink
Fix conda inbubator issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tpeulen committed Dec 4, 2024
1 parent 76c4fd2 commit a16d691
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
channels: conda-forge,defaults
channels: conda-forge,bioconda,tpeulen,defaults
channel-priority: true

- name: Display Conda Settings
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/conda-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-version: latest
channels: conda-forge,defaults
channels: conda-forge,bioconda,tpeulen,defaults
channel-priority: true

- name: Display Conda Settings
Expand Down

0 comments on commit a16d691

Please sign in to comment.