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 14, 2024
1 parent 19b0788 commit e692fcd
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 @@ -53,13 +53,13 @@ jobs:
with:
auto-update-conda: true
conda-solver: ${{ matrix.solver }}
python-version: "3.9"
python-version: ${{ matrix.python-version }}
miniconda-version: "latest"
mamba-version: "*"
use-mamba: true
channels: conda-forge, defaults, bioconda, anaconda
channel-priority: true
# use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
use-only-tar-bz2: true # IMPORTANT: This needs to be set for caching to work properly!
activate-environment: "mikado2"
environment-file: ./environment.yml
# auto-activate-base: false
Expand Down

0 comments on commit e692fcd

Please sign in to comment.