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 984ae03 commit 4a9dab5Copy full SHA for 4a9dab5
.github/workflows/ubuntu.yml
@@ -24,7 +24,7 @@ jobs:
24
run: |
25
python -m pip install --upgrade pip
26
python -m pip install pytest
27
- python -m pip install spacy>=3.4
+ python -m pip install spacy>=3.4, langid
28
# Go over and comment out stuff when next Mathics core and Mathics-scanner are released
29
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
30
# git clone https://github.com/Mathics3/mathics-core
0 commit comments