Skip to content

Commit

Permalink
fixing osx (#21)
Browse files Browse the repository at this point in the history
* fix import in test
* fixing osx workflow
  • Loading branch information
mmatera committed Apr 7, 2024
1 parent 2d9381e commit 6c6e728
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install OS dependencies
run: |
brew install llvm@11 tesseract enchant mysql
brew install llvm tesseract enchant mysql
python -m pip install --upgrade pip
LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
# LLVM_CONFIG=/usr/local/Cellar/llvm@11/11.1.0/bin/llvm-config pip install llvmlite
pip install llvmlite
pip install pytest
# Can comment out when next Mathics core and Mathics-scanner are released
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
Expand Down
2 changes: 1 addition & 1 deletion test/consistency-and-style/test_summary_text.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

from mathics.core.load_builtin import name_is_builtin_symbol
from mathics.core.builtin import Builtin
from mathics.doc.common_doc import skip_doc
from mathics.doc.gather import skip_doc

from pymathics.natlang import __file__ as module_initfile_path

Expand Down

0 comments on commit 6c6e728

Please sign in to comment.