Skip to content

Commit

Permalink
Fix another pip typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Jan 4, 2024
1 parent cef7f5c commit 740fcdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
activate-environment: ""
- name: Install Snakemake 7.32
run: |
pip install snakemake=7.32
pip install snakemake==7.32.4
- name: Create environments
run: |
snakemake --snakefile workflow/Snakefile --directory .test --configfile config/config.yaml .test/targets.yaml --conda-create-envs-only --use-conda
Expand All @@ -55,7 +55,7 @@ jobs:
activate-environment: ""
- name: Install Snakemake 7.32
run: |
pip install snakemake=7.32
pip install snakemake==7.32.4
- name: Dry run
run: |
snakemake --snakefile workflow/Snakefile --directory .test --configfile config/config.yaml .test/targets.yaml --dry-run

0 comments on commit 740fcdc

Please sign in to comment.