From c0291b4bf13ff7777416c280196d87405f59d5e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20G=2E=20Atkinson=20A=2E?= Date: Tue, 13 Aug 2024 20:52:05 -0300 Subject: [PATCH] fix (CI): docs build and test --- .github/workflows/pr_test_cpu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_test_cpu.yml b/.github/workflows/pr_test_cpu.yml index c9ae18d8f5c..d5f1acbe691 100644 --- a/.github/workflows/pr_test_cpu.yml +++ b/.github/workflows/pr_test_cpu.yml @@ -47,7 +47,7 @@ jobs: docs: uses: kornia/workflows/.github/workflows/docs.yml@v1.10.1 with: - python-version: "3.11" + python-version: '["3.11"]' collector: needs: [coverage, tests-cpu, tutorials, typing, docs]