Skip to content

Commit

Permalink
Revert "Don't test dev knitr and rmarkdwn for now"
Browse files Browse the repository at this point in the history
This reverts commit 6f80ca3.
  • Loading branch information
cderv committed Jul 19, 2023
1 parent c3077a0 commit feebd2e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test-smokes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
if: ${{ runner.os != 'Windows' || github.event_name == 'schedule' }}
run: npx playwright install --with-deps
working-directory: ./tests/integration/playwright

- name: Install MECA validator
if: ${{ runner.os != 'Windows' }}
run: npm install -g meca
Expand Down Expand Up @@ -90,9 +90,8 @@ jobs:
if (!requireNamespace('renv', quietly = TRUE)) install.packages('renv')
renv::restore()
# Install dev versions for our testing
# FIXME: This is causing SSL cert issue. Put back when this is working again
# renv::install("yihui/knitr")
# renv::install("rstudio/rmarkdown")
renv::install("yihui/knitr")
renv::install("rstudio/rmarkdown")
shell: Rscript {0}
env:
RENV_CONFIG_REPOS_OVERRIDE: https://packagemanager.rstudio.com/cran/latest
Expand Down

0 comments on commit feebd2e

Please sign in to comment.