We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e9713f + c808c29 commit 2aa65d5Copy full SHA for 2aa65d5
.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.9" ]; then
33
python -m pip install -e ".[sentence_classifier]"
0 commit comments