From f16617ed60667be034c338ec64cb294c10b3e13b Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Sun, 21 Jan 2024 00:49:32 -0800 Subject: [PATCH] not sure if this fixes docs tests --- .github/workflows/test-docs.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index 299ded3..d5f5052 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -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/