Skip to content

Commit

Permalink
Edit rworkflows.yml to install the latest version of conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomrrr1 committed Mar 4, 2024
1 parent 9a80456 commit 88472c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 88472c7

Please sign in to comment.