From d774e0faa3a0710059ac3661803ec7113bb951cf Mon Sep 17 00:00:00 2001 From: Basile Dura Date: Fri, 2 Jun 2023 09:52:47 +0200 Subject: [PATCH] ci: fix cython-lint call --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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