Skip to content

Commit

Permalink
Update macos-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
wannaphong committed Aug 14, 2023
1 parent 9d58f1b commit 9c9f881
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,10 @@ jobs:
python -m pip install --upgrade pip
pip uninstall --y pythainlp
pip install --no-deps fastai==1.0.61
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
pip install -e .
conda install -c conda-forge icu
conda install -c conda-forge pyicu
SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True pip install -r docker_requirements.txt
pip install .[full]
python -m nltk.downloader omw-1.4
python -m unittest discover
if: matrix.os == 'self-hosted'
Expand Down

0 comments on commit 9c9f881

Please sign in to comment.