From 706a1b3994e20e02d604d862ab4d3b622b69b2fa Mon Sep 17 00:00:00 2001 From: caprexy Date: Wed, 11 Oct 2023 13:47:07 -0500 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8dd4061..a84970a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -28,7 +28,7 @@ jobs: - name: Install everything, run the tests, produce the .coverage file run: | # This is the part where you put your own test command - sudo apt-get install python-tk + sudo apt-get install python3-tk python -m coverage run -m unittest python -m coverage report