Update ci.yaml

This commit is contained in:
virio-andreyana 2023-04-13 04:06:23 +02:00 committed by GitHub
parent f3872c9433
commit 55315e30c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,9 +103,9 @@ jobs:
run: |
conda activate pypsa-eur
conda list
snakemake -call solve_elec_networks --configfile test/config.electricity.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
snakemake -call solve_elec_networks --configfile configs/test/config.electricity.yaml --rerun-triggers=mtime
snakemake -call all --configfile configs/test/config.overnight.yaml --rerun-triggers=mtime
snakemake -call all --configfile configs/test/config.myopic.yaml --rerun-triggers=mtime
- name: Upload artifacts
uses: actions/upload-artifact@v3