From 5715d93934f7b1eb80e5e4d890dadfd002114fb0 Mon Sep 17 00:00:00 2001 From: "lielin.hyl" Date: Fri, 6 Dec 2024 16:13:28 +0800 Subject: [PATCH] * set python version matrix to include only 3.9 and 3.10 --- .github/workflows/deploy_sphinx_docs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy_sphinx_docs.yml b/.github/workflows/deploy_sphinx_docs.yml index 6012293d5..5cf0205ae 100644 --- a/.github/workflows/deploy_sphinx_docs.yml +++ b/.github/workflows/deploy_sphinx_docs.yml @@ -12,6 +12,9 @@ on: jobs: pages: runs-on: ubuntu-20.04 + strategy: + matrix: + python-version: [ "3.9", "3.10" ] steps: - name: Checkout uses: actions/checkout@v4