Skip to content

Commit

Permalink
Fix github actions python sdk test
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Sep 18, 2023
1 parent c4b17fb commit 59488db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python_sdk_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ jobs:
working-directory: ./demos/python/sdk_wireless_camera_control/
run: nox -p ${{ matrix.python-version }}

# Only test docs on ubuntu since we need graphviz
# Only test docs with latest Python on ubuntu since we need graphviz
- name: Test docs build
if: ${{ matrix.os == 'ubuntu-latest'}}
if: ${{ matrix.os == 'ubuntu-latest'}} && ${{ matrix.python-version == '3.11' }}
run: nox -s docs

- name: Archive test report on failure
Expand Down

0 comments on commit 59488db

Please sign in to comment.