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 3, 2024
1 parent 2bb491c commit b86e69c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/conda-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,8 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
mamba-version: "*"
channels: conda-forge,bioconda,defaults
miniconda-version: "latest"
channels: conda-forge,defaults
channel-priority: true

- name: Display Conda Settings
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/conda-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
- name: Set up Conda
uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
mamba-version: "*"
miniconda-version: "latest"
channels: conda-forge,defaults
channel-priority: true

Expand Down

0 comments on commit b86e69c

Please sign in to comment.