Skip to content

Commit

Permalink
🐛👷 mac-os out of memory
Browse files Browse the repository at this point in the history
- could also use larger runner for mac-os-xl with 30GB of memory
  (and 12 CPUs)
  • Loading branch information
Henry committed Aug 16, 2023
1 parent 8cd48a2 commit 75380a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
cd project
snakemake -p -c1 --configfile config/single_dev_dataset/example/config.yaml -n
snakemake -p -c2 --configfile config/single_dev_dataset/example/config.yaml
snakemake -p -c1 --configfile config/single_dev_dataset/example/config.yaml
- name: Archive results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 75380a3

Please sign in to comment.