From 1a0f7069ebb0f03f611790ab857d62bc691a8c67 Mon Sep 17 00:00:00 2001 From: Eriq Augustine Date: Tue, 26 Sep 2023 16:39:04 -0500 Subject: [PATCH] Working on fixing CI for windows. --- .ci/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ci/run.sh b/.ci/run.sh index e5dec8a9..8a5f63a3 100755 --- a/.ci/run.sh +++ b/.ci/run.sh @@ -24,7 +24,7 @@ function main() { # TEST # python3 "${BASE_DIR}/run_tests.py" # python3 "../run_tests.py" - python3 "${BASE_DIR}/run_tests.py" + python "${BASE_DIR}/run_tests.py" ((error_count += $?)) if [[ ${error_count} -gt 0 ]] ; then