Skip to content

Commit 39d1a4e

Browse files
committed
See if removing tesseract allows CI to run
1 parent 54d77a8 commit 39d1a4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/osx.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install OS dependencies
2626
run: |
27-
brew install llvm@11 tesseract tesseract-lang
27+
brew install llvm@11
2828
python -m pip install --upgrade pip
2929
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
3030
- name: Install Mathics3 with full Python dependencies
3131
run: |
3232
# We can comment out after next Mathics-Scanner release
3333
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
3434
python -m pip install Mathics-Scanner
35-
make develop-full
35+
make develop
3636
- name: Test Mathics3
3737
run: |
3838
make -j3 check

0 commit comments

Comments
 (0)