Skip to content

Commit

Permalink
See if removing tesseract allows CI to run
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 12, 2023
1 parent 54d77a8 commit 39d1a4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew install llvm@11 tesseract tesseract-lang
brew install llvm@11
python -m pip install --upgrade pip
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
- name: Install Mathics3 with full Python dependencies
run: |
# We can comment out after next Mathics-Scanner release
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
python -m pip install Mathics-Scanner
make develop-full
make develop
- name: Test Mathics3
run: |
make -j3 check

0 comments on commit 39d1a4e

Please sign in to comment.