Skip to content

Commit

Permalink
fix: gh workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gemygk committed May 24, 2024
1 parent 3a6c0d0 commit 2a72644
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ jobs:
environment-file: ./environment.yml
mamba-version: "*"
use-mamba: false
channels: conda-forge, defaults
# channels: conda-forge, defaults, bioconda, anaconda
# channels: conda-forge, defaults
channels: bioconda, conda-forge, defaults, anaconda
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
activate-environment: "mikado2"
- name: Verify conda environment
Expand Down

0 comments on commit 2a72644

Please sign in to comment.