Skip to content

Commit

Permalink
Install pyautogui before running UI tests in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
saroad2 committed Oct 23, 2022
1 parent 0caf127 commit cf910ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,4 +128,5 @@ jobs:
- if: matrix.backend == 'winforms'
name: UI Test
run: |
python -m pip install pyautogui
pytest test_ui

0 comments on commit cf910ab

Please sign in to comment.