Skip to content

Commit

Permalink
Remove texlive action
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelburger committed Mar 26, 2024
1 parent 2adecfc commit 18f54ff
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,9 @@ jobs:
run: |
Rscript -e 'install.packages("knitr", repos = "http://cran.us.r-project.org")'
- name: Run R CMD check
uses: xu-cheng/texlive-action@v2
with:
scheme: small
shell: bash -l {0}
run: |
R CMD build . && R CMD check --as-cran $(ls -t . | head -n1)
shell: bash -l {0}
run: |
R CMD build . && R CMD check --as-cran $(ls -t . | head -n1)
env:
_R_CHECK_CRAN_INCOMING_: false
- name: Check for warnings
Expand Down

0 comments on commit 18f54ff

Please sign in to comment.