Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Sep 15, 2024
1 parent 68f0039 commit 5339ecb
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/old_scipy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,11 @@ 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 \
&& pytest -vv tests/
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/

0 comments on commit 5339ecb

Please sign in to comment.