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 43cd4f8 commit cc228c2Copy full SHA for cc228c2
.github/workflows/macos-test.yml
@@ -49,13 +49,14 @@ jobs:
49
conda info
50
conda list
51
python -m pip install --upgrade pip
52
- pip uninstall --y pythainlp
53
- pip install --no-deps fastai==1.0.61
+ pip install pytest coverage coveralls
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
+ pip install deepcut tltk
57
pip install .[full]
58
python -m nltk.downloader omw-1.4
59
+ python -m pip cache purge
60
python -m unittest discover
61
if: matrix.os == 'self-hosted'
62
- shell: bash -l {0}
0 commit comments