@@ -47,6 +47,6 @@ jobs:
- name: test_cli
run: |
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_
scikit-learn>=1.0.2
nltk==3.8.1
s3pathlib>=2.1.1
+pytest
+subprocess