Skip to content

Commit

Permalink
checks
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Sep 11, 2023
1 parent ee9ec6f commit ffb8ef3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,11 @@ jobs:
shell: Rscript {0}
run: torch::install_torch()

- name: Install dev crew
shell: Rscript {0}
run: |
install.packages("remotes")
remotes::install_github("wlandau/crew")
- name: Check package
uses: r-lib/actions/check-r-package@v2

0 comments on commit ffb8ef3

Please sign in to comment.