Skip to content

Commit 944b204

Browse files
Run mypy in CI
1 parent 813121c commit 944b204

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/stubs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
export CFLAGS="-O0 -ggdb -Wall -Wextra -Werror -Wno-error=deprecated-declarations" # Debug mode. More warnings. Warnings as errors, but allow deprecated declarations.
4646
python -m pip install . -v 2>&1 | tee build.log
4747
48+
- name: Run MyPy
49+
run: python -m mypy --package pyscipopt
50+
4851
- name: Run stubtest
4952
run: stubs/test.sh
5053

0 commit comments

Comments
 (0)