Skip to content
This repository was archived by the owner on Dec 17, 2025. It is now read-only.

Commit dbede32

Browse files
author
César Román
authored
ci: use Python 2 mode for mypy (#25)
Signed-off-by: César Román <thecesrom@gmail.com>
1 parent e4d494e commit dbede32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python -m pip install pylint
2222
- name: Analysing the code with mypy
2323
run: |
24-
mypy src
24+
mypy --py2 src
2525
- name: Analysing the code with pylint
2626
run: |
2727
pylint src

0 commit comments

Comments
 (0)