Skip to content

Commit

Permalink
ci: fix dryrun
Browse files Browse the repository at this point in the history
  • Loading branch information
kelly-sovacool committed Oct 16, 2023
1 parent d098028 commit 5c52deb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
$carlisle --runmode=init --workdir=./
docker run -v $PWD:/opt2 snakemake/snakemake:v7.19.1 /bin/bash -c \
snakemake --dryrun --configfile config_lint.yaml
snakemake --dryrun -c 1 --configfile config_lint.yaml

0 comments on commit 5c52deb

Please sign in to comment.