Skip to content

Commit cc228c2

Browse files
committed
Update macos-test.yml
1 parent 43cd4f8 commit cc228c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/macos-test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,14 @@ jobs:
4949
conda info
5050
conda list
5151
python -m pip install --upgrade pip
52-
pip uninstall --y pythainlp
53-
pip install --no-deps fastai==1.0.61
52+
pip install pytest coverage coveralls
5453
conda install -c conda-forge icu
5554
conda install -c conda-forge pyicu
5655
SKLEARN_ALLOW_DEPRECATED_SKLEARN_PACKAGE_INSTALL=True pip install -r docker_requirements.txt
56+
pip install deepcut tltk
5757
pip install .[full]
5858
python -m nltk.downloader omw-1.4
59+
python -m pip cache purge
5960
python -m unittest discover
6061
if: matrix.os == 'self-hosted'
6162
- shell: bash -l {0}

0 commit comments

Comments
 (0)