From e7015b870d444ea283cc4e7dfefb2e1e88b724fe Mon Sep 17 00:00:00 2001 From: geisserml Date: Tue, 31 Oct 2023 00:59:07 +0100 Subject: [PATCH] call conda init --- .github/workflows/conda.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index ad629488d..5ef4d60d8 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -46,6 +46,7 @@ jobs: - name: Prepare run: | conda info --envs + conda init conda create -n work python=${{ inputs.py_version }} conda activate work conda config --prepend channels bblanchon @@ -93,6 +94,7 @@ jobs: - name: Prepare run: | conda info --envs + conda init conda create -n work python=${{ matrix.py }} conda activate work conda config --prepend channels bblanchon