Baunsgaard commented on a change in pull request #873: Update python package, making use of java distribution bin zip URL: https://github.com/apache/systemml/pull/873#discussion_r400855332
########## File path: .github/workflows/python.yml ########## @@ -86,16 +86,5 @@ jobs: cd src/main/python ls tests/ echo "Beginning tests" - python tests/test_matrix_binary_op.py - echo "Exit Status: " $? - sleep 3 - python tests/test_matrix_aggregations.py - echo "Exit Status: " $? - sleep 3 - python tests/test_l2svm.py - echo "Exit Status: " $? - python tests/test_lineagetrace.py - sleep 3 - echo "Exit Status: " $? - python tests/test_l2svm_lineage.py + python -m unittest tests/*.py Review comment: :+1: ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services