ci: add --rerun-triggers=mtime to improve caching
This commit is contained in:
parent
bfbc9e322a
commit
47a65f07f3
6
.github/workflows/ci.yaml
vendored
6
.github/workflows/ci.yaml
vendored
@ -103,9 +103,9 @@ jobs:
|
||||
run: |
|
||||
conda activate pypsa-eur
|
||||
conda list
|
||||
snakemake -call solve_all_elec_networks --configfile test/config.test1.yaml
|
||||
snakemake -call all --configfile test/config.overnight.yaml
|
||||
snakemake -call all --configfile test/config.myopic.yaml
|
||||
snakemake -call solve_all_elec_networks --configfile test/config.test1.yaml --rerun-triggers=mtime
|
||||
snakemake -call all --configfile test/config.overnight.yaml --rerun-triggers=mtime
|
||||
snakemake -call all --configfile test/config.myopic.yaml --rerun-triggers=mtime
|
||||
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v3
|
||||
|
Loading…
Reference in New Issue
Block a user