From c71ce0da7c85bf27adbd79460164e8c3b0ad1426 Mon Sep 17 00:00:00 2001 From: Shashank P <142999380+u625355@users.noreply.github.com> Date: Thu, 12 Sep 2024 22:47:37 +0530 Subject: [PATCH] test: enabled doctest in test-docs.yml (#22) --- .github/workflows/test-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-docs.yml b/.github/workflows/test-docs.yml index 28712d4..c8356f8 100644 --- a/.github/workflows/test-docs.yml +++ b/.github/workflows/test-docs.yml @@ -14,4 +14,4 @@ jobs: with: node-version: 20 # The node version needs to stay in sync with .readthedocs.yml python-version: '3.11' # This needs to stay in sync with .readthedocs.yml and the tox config in pyproject.toml - tox-env-array: '["docs"]' # TODO: , "doctests"]' + tox-env-array: '["docs", "doctests"]'