Skip to content

Commit

Permalink
Fix bash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-nance committed Sep 9, 2024
1 parent 544b6a7 commit 2efb090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/old_scipy.yml
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 \
docker run --rm scispacy pip install 'scipy<1.11' \
&& pytest tests/

0 comments on commit 2efb090

Please sign in to comment.