From e83ef22ea4c7e1790366d21c119de2d4b40a3480 Mon Sep 17 00:00:00 2001 From: Pantelis Sopasakis Date: Fri, 6 Dec 2024 00:36:10 +0000 Subject: [PATCH 1/2] troubleshooting: CI fails on Orin --- ci/script.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/script.sh b/ci/script.sh index 9b887fc..8548e15 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -23,6 +23,7 @@ tests() { # ------------------------------------ pushd python export PYTHONPATH=. + which python python -m venv venv source venv/bin/activate pip install --upgrade pip From e5ab6129781d584bfafa8b2b9df5aedb4fab9ee6 Mon Sep 17 00:00:00 2001 From: Pantelis Sopasakis Date: Fri, 6 Dec 2024 00:40:13 +0000 Subject: [PATCH 2/2] change to /usr/bin/python? --- ci/script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/script.sh b/ci/script.sh index 8548e15..ca13ddf 100644 --- a/ci/script.sh +++ b/ci/script.sh @@ -24,7 +24,7 @@ tests() { pushd python export PYTHONPATH=. which python - python -m venv venv + /usr/bin/python -m venv venv source venv/bin/activate pip install --upgrade pip pip install .