Commit 3649b32f authored by quyuan's avatar quyuan

add cli test

parent b6daf96c
...@@ -47,6 +47,6 @@ jobs: ...@@ -47,6 +47,6 @@ jobs:
- name: test_cli - name: test_cli
run: | run: |
echo $GITHUB_WORKSPACE echo $GITHUB_WORKSPACE
cd $GITHUB_WORKSPACE && pytest -v tests/test_cli/test_cli.py -s cd $GITHUB_WORKSPACE && pytest -s -v tests/test_cli/test_cli.py
...@@ -17,4 +17,6 @@ zh_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/zh_ ...@@ -17,4 +17,6 @@ zh_core_web_sm @ https://github.com/explosion/spacy-models/releases/download/zh_
scikit-learn>=1.0.2 scikit-learn>=1.0.2
nltk==3.8.1 nltk==3.8.1
s3pathlib>=2.1.1 s3pathlib>=2.1.1
pytest
subprocess
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment