Skip to content

Commit

Permalink
fix: specify SM version, fix args
Browse files Browse the repository at this point in the history
  • Loading branch information
slsevilla committed Sep 29, 2023
1 parent bde9e2e commit 67c1224
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,7 @@ jobs:
- uses: snakemake/snakemake-github-action@v1
with:
directory: '.test'
snakefile: 'workflow/Snakefile'
args: '--cores 1 --use-conda --conda-cleanup-pkgs cache'
stagein: '' # additional preliminary commands to run (can be multiline)

- uses: docker://snakemake/snakemake:v7.19.1
- name: Dev Testing Workflow
continue-on-error: true
run: |
Expand Down

0 comments on commit 67c1224

Please sign in to comment.