Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Jan 4, 2024
1 parent 70e5e6f commit cef7f5c
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 -y
pip install snakemake=7.32
- 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 -y
pip install snakemake=7.32
- name: Dry run
run: |
snakemake --snakefile workflow/Snakefile --directory .test --configfile config/config.yaml .test/targets.yaml --dry-run

0 comments on commit cef7f5c

Please sign in to comment.