Fix snakemake CLA in GH action. (#256)
* Update ci.yaml * Update ci.yaml
This commit is contained in:
parent
7b68e8be0c
commit
4e5ac53c64
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
@ -43,5 +43,5 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
conda list
|
conda list
|
||||||
cp test/config.test1.yaml config.yaml
|
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
|
rm -rf resources/*.nc resources/*.geojson resources/*.h5 networks results
|
||||||
|
Loading…
Reference in New Issue
Block a user