follow-up: remove unnecessary conda calls

This commit is contained in:
Fabian Neumann 2023-07-23 15:03:13 +02:00
parent 5c7339e4fc
commit 81fcaf7740

View File

@ -80,8 +80,6 @@ jobs:
- name: Test snakemake workflow
run: |
conda activate pypsa-eur
conda list
snakemake -call solve_elec_networks --configfile config/test/config.electricity.yaml --rerun-triggers=mtime
snakemake -call all --configfile config/test/config.overnight.yaml --rerun-triggers=mtime
snakemake -call all --configfile config/test/config.myopic.yaml --rerun-triggers=mtime