Skip to content

Commit

Permalink
bug fix: conda priority order
Browse files Browse the repository at this point in the history
  • Loading branch information
Kdreval committed Mar 15, 2024
1 parent 8c7ced8 commit eae3bc1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: r
channels: anaconda,conda-forge,defaults
channels: conda-forge,defaults
python-version: 3.11
auto-activate-base: false
environment-file: envs/r.yaml

- name: Build package
run:
Rscript -e "devtools::install(repos = BiocManager::repositories())"
Rscript -e "devtools::install()"

- name: Check package
run:
Expand Down

0 comments on commit eae3bc1

Please sign in to comment.