From 6e7fa324bd10a8ec8780dd78a7efc769435c8698 Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Mon, 18 Sep 2023 12:21:33 -0700 Subject: [PATCH] Set working directory --- .github/workflows/python_sdk_test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/python_sdk_test.yml b/.github/workflows/python_sdk_test.yml index 6daebe42..fc54eadf 100644 --- a/.github/workflows/python_sdk_test.yml +++ b/.github/workflows/python_sdk_test.yml @@ -59,7 +59,8 @@ jobs: # Only test docs with latest Python on ubuntu since we need graphviz - name: Test docs build - if: ${{ matrix.os == 'ubuntu-latest'}} && ${{ matrix.python-version == '3.11' }} + if: ${{ matrix.os == 'ubuntu-latest'}} + working-directory: ./demos/python/sdk_wireless_camera_control/ run: nox -s docs - name: Archive test report on failure