Skip to content

Commit

Permalink
Fix environment activation in action
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Jan 4, 2024
1 parent 0fa26ee commit 0518b74
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
with:
mamba-version: "*"
channels: conda-forge,bioconda,defaults
auto-activate-base: true
activate-environment: ""
- name: Install Snakemake 7.32
run: |
mamba install snakemake=7.32 -y
Expand All @@ -49,6 +51,8 @@ jobs:
with:
mamba-version: "*"
channels: conda-forge,bioconda,defaults
auto-activate-base: true
activate-environment: ""
- name: Install Snakemake 7.32
run: |
mamba install snakemake=7.32 -y
Expand Down

0 comments on commit 0518b74

Please sign in to comment.