We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5332d39 commit b973fedCopy full SHA for b973fed
.github/workflows/ci.yml
@@ -22,11 +22,11 @@ jobs:
22
- name: Install aggiedown in R environment
23
shell: bash -l {0}
24
run: |
25
- snakemake -j 1 --use-conda --conda-frontend mamba install_deps
+ snakemake -j 1 --schedule greedy --use-conda --conda-frontend mamba install_deps
26
- name: Run pipeline
27
28
29
- snakemake -j 1 --use-conda --conda-frontend mamba
+ snakemake -j 1 --schedule greedy --use-conda --conda-frontend mamba
30
- name: upload PDF to GH artifacts
31
uses: actions/upload-artifact@v1
32
with:
0 commit comments