From 29af387adc9f723947da6be72b7755ef3ef388c3 Mon Sep 17 00:00:00 2001 From: hs Date: Wed, 11 Sep 2024 20:14:07 +0800 Subject: [PATCH] python version --- .github/workflows/deploy_sphinx_docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy_sphinx_docs.yml b/.github/workflows/deploy_sphinx_docs.yml index f36a7316..0acb8c26 100644 --- a/.github/workflows/deploy_sphinx_docs.yml +++ b/.github/workflows/deploy_sphinx_docs.yml @@ -15,10 +15,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 - - name: Setup Python ${{ matrix.python-version }} + - name: Setup Python uses: actions/setup-python@master with: - python_version: ${{ matrix.python-version }} + python_version: '3.10' - name: Choose which pandoc to use shell: bash run: |