diff --git a/.github/workflows/old_scipy.yaml b/.github/workflows/old_scipy.yaml index 040afed..fa04b71 100644 --- a/.github/workflows/old_scipy.yaml +++ b/.github/workflows/old_scipy.yaml @@ -14,5 +14,5 @@ jobs: - name: Build and test with Docker using an older version of scipy run: | docker build --tag scispacy . - docker run --rm scispacy pip install 'scipy<1.11' \ - && pytest tests/ \ No newline at end of file + docker run --rm scispacy pip install 'scipy<1.11' pytest \ + && pytest -vv tests/ \ No newline at end of file