Skip to content

Commit

Permalink
Use r-lib actions for install and check
Browse files Browse the repository at this point in the history
This tests the current version of the package instead of the release
  • Loading branch information
ethanwhite committed Jul 13, 2024
1 parent a421062 commit eb538e3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/test-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,6 @@ jobs:
run: |
reticulate::install_miniconda()
reticulate::py_install('DeepForest', pip=TRUE)
install.packages('deepforestr')
shell: Rscript {0}
- name: Check
run: |
options(crayon.enabled = TRUE)
rcmdcheck::rcmdcheck(args = "--no-manual", error_on = "error")
shell: Rscript {0}
- name: Build and check deepforester
uses: r-lib/actions/check-r-package@v2

0 comments on commit eb538e3

Please sign in to comment.