Skip to content

Commit

Permalink
Merge pull request #579 from stweil/pytest
Browse files Browse the repository at this point in the history
Enable test_pageseg in GitHub CI test action
  • Loading branch information
mittagessen authored Mar 17, 2024
2 parents 150323d + a4a24c8 commit 07d33d6
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 07d33d6

Please sign in to comment.