From efb1e70374e17487d285ee5c003ec57127c42f13 Mon Sep 17 00:00:00 2001 From: Mark Nestor Costantini Date: Mon, 15 Jul 2024 16:57:16 +0100 Subject: [PATCH] Avoid unnecessary conda env initialisation --- .github/workflows/tests.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0c9a2cc..9355e2d 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,12 +26,6 @@ jobs: activate-environment: test use-mamba: true - - name: Initialize Conda - shell: bash -l {0} - run: | - conda init bash - source ~/.bashrc - - name: Update Environment shell: bash -l {0} run: |