Skip to content

Commit c808c29

Browse files
committed
CI now installs wheels of tokenizer, reynir
1 parent 2ec4115 commit c808c29

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ jobs:
2626
- name: Install GreynirCorrect
2727
run: |
2828
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
29+
python -m pip install tokenizer reynir
3130
# No need to test the sentence classifier in every build (also doesn't work with PyPy)
3231
if [ "${{ matrix.python-version }}" == "3.8" ]; then
3332
python -m pip install -e ".[sentence_classifier]"

0 commit comments

Comments
 (0)