Skip to content

Commit

Permalink
remove python from envs
Browse files Browse the repository at this point in the history
  • Loading branch information
gordonkoehn committed Sep 24, 2024
1 parent 1739b53 commit d574335
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-snake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
poetry install --no-interaction --no-root
pip install -e .
pip install snakemake
pip install mamba
conda install -c conda-forge mamba
mamba install -c conda-forge -c bioconda snakemake
- name: Debug Python environment
run: |
Expand Down

0 comments on commit d574335

Please sign in to comment.