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 5339ecb commit 4e3c8fb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/old_scipy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
docker run --rm scispacy pytest tests/

0 comments on commit 4e3c8fb

Please sign in to comment.