From baa9b915510d44e50cfc5a6c5b893e4446a6f9a5 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Mon, 15 Feb 2021 07:33:18 +0000 Subject: [PATCH] Updated ghactions --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #######