Skip to content

Commit

Permalink
run tests first
Browse files Browse the repository at this point in the history
  • Loading branch information
dickreuter committed Jan 14, 2024
1 parent 8ec76e1 commit 01d38e5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ jobs:
curl -L -o tesserocr-2.6.0-cp311-cp311-win_amd64.whl https://github.com/simonflueckiger/tesserocr-windows_build/releases/download/tesserocr-v2.6.0-tesseract-5.3.1/tesserocr-2.6.0-cp311-cp311-win_amd64.whl
pip install tesserocr-2.6.0-cp311-cp311-win_amd64.whl
- name: Test with pytest
run: |
pytest
- name: Lint with pylint
run: |
pylint poker
- name: Test with pytest
run: |
pytest

0 comments on commit 01d38e5

Please sign in to comment.