From 4e5ac53c649fb7d7516b404cae026bc60188e162 Mon Sep 17 00:00:00 2001 From: euronion <42553970+euronion@users.noreply.github.com> Date: Thu, 24 Jun 2021 11:01:51 +0200 Subject: [PATCH] Fix snakemake CLA in GH action. (#256) * Update ci.yaml * Update ci.yaml --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9ea810b4..a3268243 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -43,5 +43,5 @@ jobs: run: | conda list cp test/config.test1.yaml config.yaml - snakemake -j all solve_all_networks + snakemake --cores all solve_all_networks rm -rf resources/*.nc resources/*.geojson resources/*.h5 networks results