Skip to content

Commit 74cd32b

Browse files
authored
Merge pull request #69 from GPUEngineering/fix/ci-on-orin
Troubleshooting: CI fails on Orin
2 parents 7dce5fc + e5ab612 commit 74cd32b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/script.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ tests() {
2323
# ------------------------------------
2424
pushd python
2525
export PYTHONPATH=.
26-
python -m venv venv
26+
which python
27+
/usr/bin/python -m venv venv
2728
source venv/bin/activate
2829
pip install --upgrade pip
2930
pip install .

0 commit comments

Comments
 (0)