Skip to content

Commit 2292398

Browse files
Update tests for relocation of image.py and gui.py to image and gui packages.
1 parent afdbe75 commit 2292398

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ jobs:
4848

4949
- name: Run mypy on selected files
5050
run: |
51-
Write-Host "Running mypy on: .\asm-lang.py .\ext\gui.py .\ext\image.py .\ext\networking.py .\ext\win32.py"
52-
python -m mypy --show-error-codes .\asm-lang.py .\ext\gui.py .\ext\image.py .\ext\networking.py .\ext\win32.py
51+
Write-Host "Running mypy on: .\asm-lang.py .\ext\networking.py .\ext\win32.py .\lib\gui\gui.py .\lib\image\image.py"
52+
python -m mypy --show-error-codes .\asm-lang.py .\ext\networking.py .\ext\win32.py .\lib\gui\gui.py .\lib\image\image.py
5353
shell: pwsh

0 commit comments

Comments
 (0)