diff --git a/resources/runtime/python/Makefile.am b/resources/runtime/python/Makefile.am index 89bfa7d7..6547f6f8 100644 --- a/resources/runtime/python/Makefile.am +++ b/resources/runtime/python/Makefile.am @@ -19,4 +19,6 @@ ocarina_python = ${shell $(CYGPATH_U) '$(includedir)/ocarina/runtime/python'} install-data-local: $(INSTALL) -d $(DESTDIR)$(ocarina_python) - pip3 install . -t $(DESTDIR)$(ocarina_python) --upgrade + if [ x"$$PYTHON°TEST" = x"yes" ]; then \ + pip3 install . -t $(DESTDIR)$(ocarina_python) --upgrade ; \ + fi