Skip to content

Commit

Permalink
Updated CMD check for the Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyTseng committed Aug 21, 2024
1 parent bcb15d4 commit 791f4a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,14 @@ jobs:
- name: Install BirdNet
shell: Rscript {0}
run: |
devtools::load_all()
library(reticulate)
reticulate::use_virtualenv("r-birdnet", required = TRUE)
install.packages("devtools")
library(devtools)
devtools::load_all()
birdnetR::install_birdnet()
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 791f4a0

Please sign in to comment.