From 349d5fc30516cf0c6e473cc58dd82cefba034203 Mon Sep 17 00:00:00 2001 From: Kevo Date: Sat, 26 Feb 2022 11:35:45 +0100 Subject: [PATCH] Update build_documentation.yml --- .github/workflows/build_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_documentation.yml b/.github/workflows/build_documentation.yml index f884dfb..0613593 100644 --- a/.github/workflows/build_documentation.yml +++ b/.github/workflows/build_documentation.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: ['^3.10'] steps: - uses: actions/checkout@v2