diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 3163a9a..74614c0 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -84,6 +84,7 @@ jobs: cd ../pypsa-earth cp ./test/tmp/config.custom_tmp.yaml ./config.yaml snakemake -j1 retrieve_databundle_light # we first retrieve data + find data -type f cp pypsa-kz-data/data/custom_powerplants.csv ./data/custom_powerplants.csv # overwrite powerplantdata snakemake -j1 solve_everything \ No newline at end of file