aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.ci/lib/test.sh
diff options
context:
space:
mode:
Diffstat (limited to '.ci/lib/test.sh')
-rwxr-xr-x.ci/lib/test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/lib/test.sh b/.ci/lib/test.sh
index c91ce48..0f6ee6c 100755
--- a/.ci/lib/test.sh
+++ b/.ci/lib/test.sh
@@ -21,7 +21,7 @@ run_test() {
echo
echo ======================================================================
- PYTHONPATH="$script_dir/../.." python3 -m "$@"
+ PYTHONPATH="$script_dir/../.." python -m "$@"
}
run_test "$@"