Skip to content

Commit 8969d5f

Browse files
add --cores
1 parent 5ebbbd1 commit 8969d5f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ jobs:
1515
with:
1616
directory: .test
1717
snakefile: .test/Snakefile
18+
args: "--cores 1"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Preliminary commands to run before the workflow execution.
3434
with:
3535
directory: '.test'
3636
snakefile: 'workflow/Snakefile'
37-
args: '--use-conda'
37+
args: '--cores 1 --use-conda'
3838
stagein: '' # additional preliminary commands to run (can be multiline)
3939
```

0 commit comments

Comments
 (0)