From 92b3b9a681d33fe4ad601259ea1c18c8fd4a26f8 Mon Sep 17 00:00:00 2001 From: geisserml Date: Tue, 31 Oct 2023 01:04:08 +0100 Subject: [PATCH] init conda separately --- .github/workflows/conda.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/conda.yaml b/.github/workflows/conda.yaml index 5ef4d60d8..74a77c89e 100644 --- a/.github/workflows/conda.yaml +++ b/.github/workflows/conda.yaml @@ -43,10 +43,11 @@ jobs: with: auto-update-conda: true + - name: Init Conda + run: conda init + - name: Prepare - run: | conda info --envs - conda init conda create -n work python=${{ inputs.py_version }} conda activate work conda config --prepend channels bblanchon @@ -91,10 +92,11 @@ jobs: with: auto-update-conda: true + - name: Init Conda + run: conda init + - name: Prepare - run: | conda info --envs - conda init conda create -n work python=${{ matrix.py }} conda activate work conda config --prepend channels bblanchon