Skip to content

Commit

Permalink
fix: add change [[ if CI ]] then use local python
Browse files Browse the repository at this point in the history
  • Loading branch information
philipdelorenzo committed Oct 20, 2024
1 parent e769912 commit 7a3a2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ run_unit_tests ()
{
if [[ ! -z "${CI}"]]; then
"${PY}"/bin/python -m unittest discover ${APP}
else:
else
python -m unittest discover ${APP}
fi
}
Expand Down

0 comments on commit 7a3a2c3

Please sign in to comment.