We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54d77a8 commit 39d1a4eCopy full SHA for 39d1a4e
.github/workflows/osx.yml
@@ -24,15 +24,15 @@ jobs:
24
python-version: ${{ matrix.python-version }}
25
- name: Install OS dependencies
26
run: |
27
- brew install llvm@11 tesseract tesseract-lang
+ brew install llvm@11
28
python -m pip install --upgrade pip
29
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
30
- name: Install Mathics3 with full Python dependencies
31
32
# We can comment out after next Mathics-Scanner release
33
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
34
python -m pip install Mathics-Scanner
35
- make develop-full
+ make develop
36
- name: Test Mathics3
37
38
make -j3 check
0 commit comments