From 37803d5920ff54ff1ce4d8719afa96bdaf795a9d Mon Sep 17 00:00:00 2001 From: Tim Camise Date: Mon, 18 Sep 2023 12:27:18 -0700 Subject: [PATCH] try again --- .github/workflows/python_sdk_test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_sdk_test.yml b/.github/workflows/python_sdk_test.yml index 758095d4..f81e4d2b 100644 --- a/.github/workflows/python_sdk_test.yml +++ b/.github/workflows/python_sdk_test.yml @@ -53,13 +53,13 @@ jobs: pip install nox-poetry==1.0.3 pip install poetry - - name: Perform checks (format, types, lint, docstrings, unit tests, docs, safety) + - name: Perform checks (format, types, lint, docstrings, unit tests) working-directory: ./demos/python/sdk_wireless_camera_control/ run: nox -p ${{ matrix.python-version }} # 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' && matrix.python-version == '3.11' working-directory: ./demos/python/sdk_wireless_camera_control/ run: nox -s docs