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.
requests
1 parent 5024439 commit 5cc99f9Copy full SHA for 5cc99f9
.github/workflows/test.yml
@@ -29,6 +29,9 @@ jobs:
29
pip install pytest pytest-xdist # Testing packages
30
python setup.py install_egg_info # Workaround https://github.com/pypa/pip/issues/4537
31
pip install -e . # Run pytest
32
+ - name: Import language_tool_python
33
+ run: |
34
+ echo "import language_tool_python\n" | python
35
- name: Test with pytest
36
run: |
37
pytest -vx --dist=loadfile -n auto
requirements.txt
@@ -1 +1,2 @@
1
-tqdm
+requests
2
+tqdm
0 commit comments