Skip to content

Commit

Permalink
ci: remove pandoc in two CI scripts (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: Ilia Kosenkov <[email protected]>
  • Loading branch information
CGMossa and Ilia-Kosenkov authored Jul 25, 2024
1 parent 97aebff commit afe1194
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.config.rust-version }}
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/test_pkg_gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,6 @@ jobs:
# TODO: enable RSPM when all the packages are available
use-public-rspm: false

- name: Set up pandoc
uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r-dependencies@v2
with:
# increment this version number when we need to clear the cache
Expand Down

0 comments on commit afe1194

Please sign in to comment.