From 88472c75817083528943423ac2edb01abb3a44dc Mon Sep 17 00:00:00 2001 From: Tomrrr1 <76951517+Tomrrr1@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:13:04 +0000 Subject: [PATCH] Edit rworkflows.yml to install the latest version of conda. --- .github/workflows/rworkflows.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/rworkflows.yml b/.github/workflows/rworkflows.yml index aa631aa..d9e69e7 100644 --- a/.github/workflows/rworkflows.yml +++ b/.github/workflows/rworkflows.yml @@ -36,6 +36,12 @@ jobs: uses: actions/setup-dotnet@v1 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: neurogenomics/rworkflows@master with: run_bioccheck: ${{ true }}