Skip to content

Commit e46b935

Browse files
authored
Merge pull request #902 from Mathics3/CI-osx-woes
Does tesseract-lang now need to be installed?
2 parents fb77260 + cb532f6 commit e46b935

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/osx.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,8 @@ jobs:
2424
python-version: ${{ matrix.python-version }}
2525
- name: Install OS dependencies
2626
run: |
27-
brew install llvm@11 tesseract
27+
brew install llvm tesseract
2828
python -m pip install --upgrade pip
29-
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
3029
- name: Install Mathics3 with full Python dependencies
3130
run: |
3231
# We can comment out after next Mathics-Scanner release

mathics/builtin/image/basic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ class Threshold(Builtin):
293293
294294
>> img = Import["ExampleData/hedy.tif"];
295295
>> Threshold[img]
296-
= 0.408203
296+
= ...
297297
X> Binarize[img, %]
298298
= -Image-
299299
X> Threshold[img, Method -> "Mean"]

0 commit comments

Comments
 (0)