We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ec4115 commit c808c29Copy full SHA for c808c29
.github/workflows/python-package.yml
@@ -26,8 +26,7 @@ jobs:
26
- name: Install GreynirCorrect
27
run: |
28
python -m pip install --upgrade pip wheel setuptools pytest
29
- python -m pip install git+https://github.com/mideind/Tokenizer#egg=tokenizer
30
- python -m pip install git+https://github.com/mideind/GreynirPackage#egg=reynir
+ python -m pip install tokenizer reynir
31
# No need to test the sentence classifier in every build (also doesn't work with PyPy)
32
if [ "${{ matrix.python-version }}" == "3.8" ]; then
33
python -m pip install -e ".[sentence_classifier]"
0 commit comments