Skip to content

Commit

Permalink
🧪
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Sobolewski committed May 20, 2024
1 parent 36b4d55 commit 60ce710
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
with:
extra-packages: local::. # Necessary to avoid object usage linter errors.

- name: Install shiny.react with React 18.3.1
- name: Install shiny.react
if: always()
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
run: |
Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react")'
Rscript -e 'install.packages("remotes"); remotes::install_github("Appsilon/shiny.react@remove-shiny-binding-wrapper")'
- name: Install Node.js and Yarn
uses: actions/setup-node@v3
Expand Down

0 comments on commit 60ce710

Please sign in to comment.