Skip to content

Commit

Permalink
test as in the original CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Aug 20, 2024
1 parent c4ff75e commit 2d40b94
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,16 +47,3 @@ jobs:
- uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran", "--run-donttest")'

- name: Install Tesseract 5
if: runner.os == 'Linux'
run: |
sudo add-apt-repository -y ppa:alex-p/tesseract-ocr5
sudo apt-get update
sudo apt-get install -y libtesseract-dev tesseract-ocr tesseract-ocr-eng
- name: "Test Tesseract 5, Ubuntu 20,04 previously tested Tesseract 4"
if: runner.os == 'Linux'
uses: r-lib/actions/check-r-package@v2
with:
args: 'c("--no-manual", "--as-cran", "--run-donttest")'

0 comments on commit 2d40b94

Please sign in to comment.