Skip to content

Commit 8646e82

Browse files
author
Peter Amstutz
committed
Run install-dep for py3
1 parent d866c53 commit 8646e82

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ 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==0.12.4; ${MAKE} mypy
188+
${MAKE} install-dep ; \
189+
pip install -U mypy-lang typed-ast ; ${MAKE} mypy
189190

190191
FORCE:

0 commit comments

Comments
 (0)