From cf15a77e0886794f85eb53cab199f2aa9991fdde Mon Sep 17 00:00:00 2001 From: PrinceWalnut Date: Thu, 18 Jul 2024 13:20:08 -0400 Subject: [PATCH] Changed to default_python parameter for MiniConda --- .github/workflows/build_docs.yml | 2 +- .github/workflows/test_build_docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml index 78055b1..4642745 100644 --- a/.github/workflows/build_docs.yml +++ b/.github/workflows/build_docs.yml @@ -23,7 +23,7 @@ jobs: channels: conda-forge, defaults auto-activate-base: true activate-environment: true - python-version: 3.11 + default_python: "3.11" - name: Source Miniconda run: | diff --git a/.github/workflows/test_build_docs.yml b/.github/workflows/test_build_docs.yml index 523017f..5c58b40 100644 --- a/.github/workflows/test_build_docs.yml +++ b/.github/workflows/test_build_docs.yml @@ -23,7 +23,7 @@ jobs: channels: conda-forge, defaults auto-activate-base: true activate-environment: true - python-version: 3.11 + default_python: 3.11 - name: Source Miniconda run: |