From 531bc7f4c6125c608dec1a77ac62faefda716092 Mon Sep 17 00:00:00 2001 From: Tomrrr1 <76951517+Tomrrr1@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:17:13 +0000 Subject: [PATCH] Edit rworkflows.yml to install the latest version of conda. --- .github/workflows/rworkflows.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/rworkflows.yml b/.github/workflows/rworkflows.yml index d9e69e7..f953821 100644 --- a/.github/workflows/rworkflows.yml +++ b/.github/workflows/rworkflows.yml @@ -37,11 +37,11 @@ jobs: with: dotnet-version: '6.0.x' - name: Install latest version of conda - uses: conda-incubator/setup-miniconda@v2 - with: - auto-update-conda: true - miniconda-version: "latest" - auto-activate-base: false + uses: conda-incubator/setup-miniconda@v2 + with: + auto-update-conda: true + miniconda-version: "latest" + auto-activate-base: false - uses: neurogenomics/rworkflows@master with: run_bioccheck: ${{ true }}