diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index fe0f164..10ed1a4 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -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 @@ -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