Skip to content

Commit

Permalink
CI: include R in macOS installation
Browse files Browse the repository at this point in the history
  • Loading branch information
etal committed Sep 4, 2024
1 parent e189a45 commit 037cf1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests-tox.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: Install Mac OS dependencies
if: runner.os == 'macOS'
run: |
brew install r
Rscript --no-environ -e "install.packages('BiocManager', repos='https://cloud.r-project.org'); BiocManager::install('DNAcopy')"
- name: Install test runner tools
run: pip install flake8 pytest tox
Expand Down

0 comments on commit 037cf1d

Please sign in to comment.