From 8b867ffcef6283ed6f06907caf8d88b337ac523a Mon Sep 17 00:00:00 2001 From: Nick Croucher Date: Tue, 28 May 2024 09:40:42 +0100 Subject: [PATCH] Change miniconda installation --- .github/workflows/build.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 583961de..c8d36545 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,13 +15,10 @@ jobs: with: python-version: 3.9 - name: Set up miniconda - steps: - - uses: conda-incubator/setup-miniconda@v3 - with: - auto-update-conda: true - python-version: 3.9 - - name: Conda info - shell: bash -el {0} + uses: conda-incubator/setup-miniconda@v3 + with: + auto-update-conda: true + python-version: 3.9 - name: Install dependencies with conda run: | sudo chown -R $UID $CONDA && source $CONDA/etc/profile.d/conda.sh && conda env update --file environment.yml