diff --git a/ci/testkomodo.sh b/ci/testkomodo.sh index e8673f28..3f9d8879 100644 --- a/ci/testkomodo.sh +++ b/ci/testkomodo.sh @@ -2,10 +2,6 @@ install_test_dependencies () { pip install -r test_requirements.txt } -install_package () { - pip install .[tests,docs] -} - start_tests () { pytest --run-eclipse-simulator }