diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b593e3355..e309af058 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -44,7 +44,7 @@ jobs: - name: cython-lint run: | python -m pip install cython-lint -c requirements.txt - python -m cython-lint spacy + cython-lint spacy tests: name: Test