Skip to content

Commit

Permalink
chore: install shiny.react from remote
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed Sep 14, 2023
1 parent d0fcec9 commit 7107624
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
run: yarn install
working-directory: js

- name: Install shiny.react
run: |
Rscript -e 'remotes::install_github("Appsilon/shiny.react@override-props")'
- name: R CMD check
if: always()
uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 7107624

Please sign in to comment.