Skip to content

Commit

Permalink
enable tests for Lingua under GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Aug 26, 2022
1 parent f6504b2 commit b922152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
python -m spacy download en_core_web_sm --upgrade-strategy only-if-needed
fi
# For Python 3.8
# - voikko and pycld3 dependencies
if [[ ${{ matrix.python-version }} == '3.8' ]]; then python -m pip install .[voikko,pycld3]; fi
# - voikko and lingua dependencies
if [[ ${{ matrix.python-version }} == '3.8' ]]; then python -m pip install .[voikko,lingua]; fi
# Verify installed packages have compatible dependencies:
python -m pip check
Expand Down

0 comments on commit b922152

Please sign in to comment.