Skip to content

Commit

Permalink
Try install tkinter manually on mac (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
thompson318 committed Mar 12, 2024
1 parent e5a605f commit 6361a39
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 @@ -75,6 +75,7 @@ jobs:
if: contains(matrix.os, 'macos')
run: |
brew info tcl-tk
brew install tkinter
coverage erase
coverage run -a --source ./imshowtk -m pytest -v -s ./tests/
coverage report -m
Expand Down

0 comments on commit 6361a39

Please sign in to comment.