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