44 push :
55 branches : [ master ]
66 pull_request :
7- branches: [ master ]
7+ branches : ' ** '
88
99jobs :
1010 build :
1111 env :
1212 LDFLAGS : " -L/opt/homebrew/opt/llvm/lib/c++ -L/opt/homebrew/opt/llvm/lib -lunwind"
13- CPPFLAGS; "-I/opt/homebrew/opt/llvm/include"
13+ CPPFLAGS : " -I/opt/homebrew/opt/llvm/include"
1414 runs-on : macos-latest
1515 strategy :
1616 matrix :
@@ -22,19 +22,19 @@ jobs:
2222 uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python-version }}
25- - name: Install OS dependencies
25+ - name : Install dependencies
2626 run : |
2727 brew install llvm tesseract enchant mysql
28+ port install enchant2 +aspell +hunspell +applespell
2829 python -m pip install --upgrade pip
2930 pip install pytest pyenchant
30- PYENCHANT_VERBOSE_FIND=1 python -c 'import enchant'
31-
32- # Can comment out when next Mathics core and Mathics-scanner are released
33- # python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
34- # Can remove after next Mathics-core release
35- python -m pip install -e git+https://github.com/Mathics3/mathics-core#egg=Mathics3[full]
36- (cd src/mathics3 && bash ./admin-tools/make-op-tables.sh)
37- # python -m pip install Mathics3[full]
31+ # Go over and comment out stuff when next Mathics core and Mathics-scanner are released
32+ python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
33+ git clone https://github.com/Mathics3/mathics-core
34+ (cd mathics-core && pip3 install -e .[full])
35+ (cd mathics-core && bash ./admin-tools/make-JSON-tables.sh)
36+ python -m pip install -e git+https://github.com/Mathics3/Mathics3-Module-Base#egg=Mathics3-Module-Base
37+ python -m pip install -e .
3838 - name : Install Mathics3 natlang Module
3939 run : |
4040 make develop
0 commit comments