From 66fb09200de01054a19f6d6bcb4052c552492527 Mon Sep 17 00:00:00 2001 From: gituser789 <62549000+gituser789@users.noreply.github.com> Date: Thu, 2 May 2024 10:57:43 +0200 Subject: [PATCH] change python installation order --- .github/workflows/sphinx_render_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx_render_docs.yml b/.github/workflows/sphinx_render_docs.yml index ff831848..926c313c 100644 --- a/.github/workflows/sphinx_render_docs.yml +++ b/.github/workflows/sphinx_render_docs.yml @@ -8,11 +8,11 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 - name: Setup Python uses: actions/setup-python@v5 with: python-version: '3.10' + - uses: actions/checkout@v4 - name: Install sphinx and build documentation with sphinx run: | pip install sphinx sphinx-multiversion sphinx_rtd_theme sphinxcontrib-email