Skip to content

Commit

Permalink
Try again for github actions fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
brgew committed Mar 6, 2024
1 parent 322f801 commit 32b94f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +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'))
Rscript -e 'install.packages(c("rlang"))'
R CMD build .
R CMD check monocle3*tar.gz
shell: bash
Expand Down

0 comments on commit 32b94f7

Please sign in to comment.