Skip to content

Commit

Permalink
Update pip formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmig committed Mar 21, 2024
1 parent a9a25f4 commit d0bd04e
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.4 pulp<2.8
pip install 'snakemake==7.32.4' 'pulp<2.8'
- name: Create environments
run: |
snakemake --snakefile workflow/Snakefile --directory .test --configfile config/config.yaml .test/targets.yaml --conda-create-envs-only --use-conda -c1
Expand All @@ -55,7 +55,7 @@ jobs:
activate-environment: ""
- name: Install Snakemake 7.32
run: |
pip install snakemake==7.32.4 pulp<2.8
pip install 'snakemake==7.32.4' 'pulp<2.8'
- name: Dry run
run: |
snakemake --snakefile workflow/Snakefile --directory .test --configfile config/config.yaml .test/targets.yaml --dry-run

0 comments on commit d0bd04e

Please sign in to comment.