We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dd72f commit d866c53Copy full SHA for d866c53
Makefile
@@ -185,6 +185,6 @@ jenkins:
185
sloccount.sc pep8_report.txt pylint_report.txt
186
if ! test -d env3 ; then virtualenv -p python3 env3 ; fi
187
. env3/bin/activate ; \
188
- pip install -U mypy-lang typed-ast ruamel.yaml; ${MAKE} mypy
+ pip install -U mypy-lang typed-ast ruamel.yaml==0.12.4; ${MAKE} mypy
189
190
FORCE:
0 commit comments