Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Sep 15, 2024
1 parent 7cbf954 commit 68f0039
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/old_scipy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
docker run --rm scispacy pip install 'scipy<1.11' pytest \
&& pytest -vv tests/

0 comments on commit 68f0039

Please sign in to comment.