Skip to content

Commit 2aa65d5

Browse files
committed
Merge branch 'cifix'
2 parents 4e9713f + c808c29 commit 2aa65d5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 2 deletions
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.9" ]; then
3332
python -m pip install -e ".[sentence_classifier]"

0 commit comments

Comments
 (0)