Skip to content

Commit

Permalink
try setting up birdnet for the CMD check in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyTseng committed Aug 21, 2024
1 parent 030139e commit bcb15d4
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,14 @@ jobs:
"numpy", "pandas"
)
)
- name: Install BirdNet
shell: Rscript {0}
run: |
devtools::load_all()
library(reticulate)
reticulate::use_virtualenv("r-birdnet", required = TRUE)
birdnetR::install_birdnet()
- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit bcb15d4

Please sign in to comment.