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 496703c commit 9575751Copy full SHA for 9575751
.github/workflows/pythainlp-test.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip pytest wheel flake8
25
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26
+ pip install tensorflow==2.1.0
27
pip install torch==1.5.0 torchvision==0.6.0 -f https://download.pytorch.org/whl/torch_stable.html
28
pip install .[full]
29
pip install deepcut coverage coveralls
0 commit comments