Skip to content

Commit

Permalink
-Ensure rayshader is installed for test
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Mar 31, 2024
1 parent 2eb5b3d commit 0b93fd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -38,6 +38,12 @@ jobs:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install rayshader
run: |
Rscript -e "if(!requireNamespace('remotes', quietly = TRUE)) install.packages('remotes')"
Rscript -e "remotes::install_github('tylermorganwall/rayshader')"
Rscript -e "install.packages('testthat')"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 0b93fd9

Please sign in to comment.