From 548db03cf40354261666ea740b24908f8da7c8a0 Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Mon, 18 Sep 2023 12:24:42 -0700 Subject: [PATCH] Only run docs on 3.11 --- .github/workflows/python_sdk_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python_sdk_test.yml b/.github/workflows/python_sdk_test.yml index fc54eadf..758095d4 100644 --- a/.github/workflows/python_sdk_test.yml +++ b/.github/workflows/python_sdk_test.yml @@ -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