diff --git a/Makefile b/Makefile index a19b87a..f779707 100644 --- a/Makefile +++ b/Makefile @@ -160,7 +160,7 @@ vs_run_tests: vs_build_tests #### PYTHONG #### test_python: - python -m pytest -s --log-cli-level=DEBUG -v python/test/ + python3 -m pytest -s --log-cli-level=DEBUG -v python/test/ ####### Run CI Commands #######