Skip to content

Commit

Permalink
Working on fixing CI for windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
eriq-augustine committed Sep 26, 2023
1 parent 2f392fc commit 1a0f706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1a0f706

Please sign in to comment.