We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 813121c commit 944b204Copy full SHA for 944b204
1 file changed
.github/workflows/stubs.yml
@@ -45,6 +45,9 @@ jobs:
45
export CFLAGS="-O0 -ggdb -Wall -Wextra -Werror -Wno-error=deprecated-declarations" # Debug mode. More warnings. Warnings as errors, but allow deprecated declarations.
46
python -m pip install . -v 2>&1 | tee build.log
47
48
+ - name: Run MyPy
49
+ run: python -m mypy --package pyscipopt
50
+
51
- name: Run stubtest
52
run: stubs/test.sh
53
0 commit comments