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 dbc26c4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/python-tests.yml
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: Lint with pylint
run: |
pylint poker
- name: Test with pytest
run: |
run: |
pytest
- name: Lint with pylint
run: |
pylint poker

0 comments on commit dbc26c4

Please sign in to comment.