ci: add --rerun-triggers=mtime to improve caching

This commit is contained in:
Fabian Neumann 2023-03-09 12:01:19 +01:00
parent bfbc9e322a
commit 47a65f07f3

View File

@ -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