Skip to content

Commit 9c9f881

Browse files
committed
Update macos-test.yml
1 parent 9d58f1b commit 9c9f881

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/macos-test.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,10 @@ jobs:
5151
python -m pip install --upgrade pip
5252
pip uninstall --y pythainlp
5353
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 .
54+
conda install -c conda-forge icu
55+
conda install -c conda-forge pyicu
56+
SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True pip install -r docker_requirements.txt
57+
pip install .[full]
5658
python -m nltk.downloader omw-1.4
5759
python -m unittest discover
5860
if: matrix.os == 'self-hosted'

0 commit comments

Comments
 (0)