Skip to content

Commit 9575751

Browse files
committed
Fix GitHub CI Test
1 parent 496703c commit 9575751

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pythainlp-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
run: |
2424
python -m pip install --upgrade pip pytest wheel flake8
2525
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
26+
pip install tensorflow==2.1.0
2627
pip install torch==1.5.0 torchvision==0.6.0 -f https://download.pytorch.org/whl/torch_stable.html
2728
pip install .[full]
2829
pip install deepcut coverage coveralls

0 commit comments

Comments
 (0)