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