Skip to content

Commit

Permalink
Set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Sep 18, 2023
1 parent 59488db commit 6e7fa32
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python_sdk_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e7fa32

Please sign in to comment.