Skip to content

Commit

Permalink
not sure if this fixes docs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Archmonger committed Jan 21, 2024
1 parent 2fd2a71 commit f16617e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
run: |
pip install -r requirements/check-types.txt
pip install -r requirements/check-style.txt
mypy --show-error-codes examples/python/
black examples/python/ --check
ruff check examples/python/
mypy --show-error-codes docs/examples/python/
black docs/examples/python/ --check
ruff check docs/examples/python/

0 comments on commit f16617e

Please sign in to comment.