From 81fcaf774022632e834fe008c3e25d7fd1c3f036 Mon Sep 17 00:00:00 2001 From: Fabian Neumann Date: Sun, 23 Jul 2023 15:03:13 +0200 Subject: [PATCH] follow-up: remove unnecessary conda calls --- .github/workflows/ci.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d8e2ff3e..c2be3909 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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