Skip to content

Commit

Permalink
Fix github actions install of recent rlang.
Browse files Browse the repository at this point in the history
  • Loading branch information
brgew committed Mar 6, 2024
1 parent 3d5590a commit 322f801
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
# Rscript -e 'install.packages(c("ggdist", "ggforce"))'
- name: Run R CMD build and R CMD check
run: |
Rscript -e 'install.packages(c('rlang'))
R CMD build .
R CMD check monocle3*tar.gz
shell: bash
Expand Down

0 comments on commit 322f801

Please sign in to comment.