Skip to content

Commit

Permalink
Enable test_pageseg in GitHub CI test action
Browse files Browse the repository at this point in the history
That test passes and does not need much time, so there is no reason
to exclude it from the test.

Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Mar 16, 2024
1 parent 150323d commit a4a24c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Run tests, except training tests
run: |
pytest -k 'not test_train and not test_pageseg'
pytest -k 'not test_train'
build-n-publish-pypi:
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
Expand Down

0 comments on commit a4a24c8

Please sign in to comment.