diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1d5aceefb..6b9db1ed2 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -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