Skip to content

Commit

Permalink
Only run docs on 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Sep 18, 2023
1 parent 6e7fa32 commit 548db03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python_sdk_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

# 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' }}
working-directory: ./demos/python/sdk_wireless_camera_control/
run: nox -s docs

Expand Down

0 comments on commit 548db03

Please sign in to comment.