Skip to content

Commit

Permalink
rm installation of phantomJS from R CMD check and test coverage gh ac…
Browse files Browse the repository at this point in the history
…tions
  • Loading branch information
jacobvjk committed Jan 8, 2025
1 parent c3689e1 commit f684911
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: install phantomJS
run: webshot::install_phantomjs()
shell: Rscript {0}

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/test-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,6 @@ jobs:
extra-packages: any::covr
needs: coverage

- name: install phantomJS
run: webshot::install_phantomjs()
shell: Rscript {0}

- name: Test coverage
run: |
token <- Sys.getenv("CODECOV_TOKEN", "")
Expand Down

0 comments on commit f684911

Please sign in to comment.