Skip to content

Commit 4a9dab5

Browse files
authored
Update ubuntu.yml
add langid
1 parent 984ae03 commit 4a9dab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
python -m pip install --upgrade pip
2626
python -m pip install pytest
27-
python -m pip install spacy>=3.4
27+
python -m pip install spacy>=3.4, langid
2828
# Go over and comment out stuff when next Mathics core and Mathics-scanner are released
2929
# python -m pip install -e git+https://github.com/Mathics3/mathics-scanner#egg=Mathics-Scanner[full]
3030
# git clone https://github.com/Mathics3/mathics-core

0 commit comments

Comments
 (0)