Skip to content

Commit aee0aab

Browse files
committed
fix mypy again
1 parent 7a8c583 commit aee0aab

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/mypy.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,5 @@ jobs:
1414
run: |
1515
sudo apt-get update -qq
1616
sudo apt-get install -y python3-pip
17-
- name: Install dependencies
18-
run: |
19-
sudo python3 -m pip install --upgrade pip
20-
sudo python3 -m pip install mypy
2117
- name: Run mypy
22-
run: mypy snap7 test
18+
run: make mypy

0 commit comments

Comments
 (0)