Skip to content

Commit

Permalink
remove mamba version due to bug
Browse files Browse the repository at this point in the history
  • Loading branch information
AroneyS committed Jan 13, 2023
1 parent 74f8129 commit faf1042
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test-cockatoo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
environment-file: cockatoo.yml
python-version: ${{ matrix.python-version }}
auto-activate-base: false
mamba-version: "*"
channels: conda-forge,bioconda,defaults
- run: |
conda info
Expand Down

1 comment on commit faf1042

@victorlin
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that you can still use the libmamba solver to improve environment setup speeds. I added a workaround in the linked issue.

Please sign in to comment.