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 9d58f1b commit 9c9f881Copy full SHA for 9c9f881
.github/workflows/macos-test.yml
@@ -51,8 +51,10 @@ jobs:
51
python -m pip install --upgrade pip
52
pip uninstall --y pythainlp
53
pip install --no-deps fastai==1.0.61
54
- pip install PyYAML attacut emoji epitran gensim nltk numpy pandas sacremoses sentencepiece ssg bpemb transformers sefr_cut phunspell spylls symspellpy tltk oskut nlpo3 onnxruntime thai_nner wunsen spacy_thai ufal.chu-liu-edmonds
55
- pip install -e .
+ conda install -c conda-forge icu
+ conda install -c conda-forge pyicu
56
+ SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True pip install -r docker_requirements.txt
57
+ pip install .[full]
58
python -m nltk.downloader omw-1.4
59
python -m unittest discover
60
if: matrix.os == 'self-hosted'
0 commit comments