Skip to content

Commit d866c53

Browse files
author
Peter Amstutz
committed
pin ruamel py3 install
1 parent 04dd72f commit d866c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,6 @@ jenkins:
185185
sloccount.sc pep8_report.txt pylint_report.txt
186186
if ! test -d env3 ; then virtualenv -p python3 env3 ; fi
187187
. env3/bin/activate ; \
188-
pip install -U mypy-lang typed-ast ruamel.yaml; ${MAKE} mypy
188+
pip install -U mypy-lang typed-ast ruamel.yaml==0.12.4; ${MAKE} mypy
189189

190190
FORCE:

0 commit comments

Comments
 (0)