Skip to content

Commit

Permalink
CI now installs wheels of tokenizer, reynir
Browse files Browse the repository at this point in the history
  • Loading branch information
sveinbjornt committed Aug 20, 2024
1 parent 2ec4115 commit c808c29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
- name: Install GreynirCorrect
run: |
python -m pip install --upgrade pip wheel setuptools pytest
python -m pip install git+https://github.com/mideind/Tokenizer#egg=tokenizer
python -m pip install git+https://github.com/mideind/GreynirPackage#egg=reynir
python -m pip install tokenizer reynir
# No need to test the sentence classifier in every build (also doesn't work with PyPy)
if [ "${{ matrix.python-version }}" == "3.8" ]; then
python -m pip install -e ".[sentence_classifier]"
Expand Down

0 comments on commit c808c29

Please sign in to comment.