diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7aeb631..2e97d0a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2.2.0 with: - python-version: 3.11 + python-version: "3.12" mamba-version: "*" channels: conda-forge miniforge-variant: Mambaforge diff --git a/.github/workflows/pypicheck.yml b/.github/workflows/pypicheck.yml index 77c4ec9..9c8c70a 100644 --- a/.github/workflows/pypicheck.yml +++ b/.github/workflows/pypicheck.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 - uses: conda-incubator/setup-miniconda@v2 with: - python-version: "3.10" + python-version: "3.12" miniforge-variant: Mambaforge channels: conda-forge channel-priority: strict