From 060ad903e559f581fbbaaaaefd65718fdd70f1f0 Mon Sep 17 00:00:00 2001 From: zrezke Date: Tue, 19 Mar 2024 13:41:05 +0100 Subject: [PATCH] echo path during tests --- .github/workflows/python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index a241f4e08ca1..5253117578e9 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -250,7 +250,7 @@ jobs: ${{ matrix.pip }} install depthai_viewer --find-links pre-dist --force-reinstall - name: Run tests - run: cd rerun_py/tests && pytest + run: cd rerun_py/tests && echo $PATH ; pytest ; true - name: Unpack the wheel shell: bash