Skip to content

Commit

Permalink
skip doc check for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 committed Jun 28, 2023
1 parent ebd875a commit 211ead0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 211ead0

Please sign in to comment.