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 58535ad commit dc15630
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Build and test with Docker
run: |
docker build --tag scispacy .
docker run --rm scispacy pytest tests/
docker run --rm scispacy pytest -vv tests/
docker run --rm scispacy flake8 scispacy
docker run --rm scispacy black scispacy --check --line-length 88
docker run --rm scispacy bash scripts/mypy.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/old_scipy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ jobs:
- name: Build and test with Docker using an older version of scipy
run: |
docker build --tag scispacy .
docker run --rm scispacy bash -c "pip install 'scipy<1.11' && pytest tests/"
docker run --rm scispacy bash -c "pip install 'scipy<1.11' && pytest -vv tests/"

0 comments on commit dc15630

Please sign in to comment.