diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index bf9275f..05fffd2 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -22,7 +22,7 @@ jobs: miniconda-version: "latest" channels: conda-forge, defaults auto-activate-base: true - python-version: "3.11" + python-version: "3.10" - name: Source Miniconda run: | diff --git a/.github/workflows/test_build_docs.yml b/.github/workflows/test_build_docs.yml index 136d0d8..be0799d 100644 --- a/.github/workflows/test_build_docs.yml +++ b/.github/workflows/test_build_docs.yml @@ -22,7 +22,7 @@ jobs: miniconda-version: "latest" channels: conda-forge, defaults auto-activate-base: true - python-version: "3.11" + python-version: "3.10" - name: Source Miniconda run: |