From 0e07f454518f9d19ddb23c90de6353340f9cc767 Mon Sep 17 00:00:00 2001 From: "Lanzrath, Hannah" Date: Fri, 6 Dec 2024 18:38:45 +0100 Subject: [PATCH] Init2 --- .github/workflows/pipeline.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 4c3f9994..4a681ed8 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -51,7 +51,9 @@ jobs: - name: Initialize Conda for Shell run: | - if [[ "${{ runner.os }}" != "Windows" ]]; then + if [[ "${{ runner.os }}" == "Windows" ]]; then + source C:\\Users\\runneradmin\\miniconda3\\etc\\profile.d\\conda.sh + else eval "$(conda shell.bash hook)" fi conda --version