From 211ead0380fea05224a8b550af10d6967be06aea Mon Sep 17 00:00:00 2001 From: Kevin Hannon Date: Wed, 28 Jun 2023 12:26:33 -0400 Subject: [PATCH] skip doc check for now --- .github/workflows/python-tests/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-tests/action.yml b/.github/workflows/python-tests/action.yml index d9f68202c43..7553438b811 100644 --- a/.github/workflows/python-tests/action.yml +++ b/.github/workflows/python-tests/action.yml @@ -40,10 +40,10 @@ runs: run: tox -e format shell: bash working-directory: ${{ inputs.path }} - - name: Verify docs updated if needed - run: tox -e docs-check - shell: bash - working-directory: ${{ inputs.path }} +# - name: Verify docs updated if needed +# run: tox -e docs-check +# shell: bash +# working-directory: ${{ inputs.path }} - name: Run tox python ${{ inputs.python-version }} unit tests run: tox -e ${{ inputs.tox-env }} shell: bash