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 88472c7 commit 531bc7f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/rworkflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 531bc7f

Please sign in to comment.