From 55315e30c019cde95a82620b6aba68ae88ebeeef Mon Sep 17 00:00:00 2001 From: virio-andreyana <114650479+virio-andreyana@users.noreply.github.com> Date: Thu, 13 Apr 2023 04:06:23 +0200 Subject: [PATCH] Update ci.yaml --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e9fedd36..2e7de2d3 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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