Skip to content

Commit

Permalink
Bump Python version for conda.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Jan 22, 2024
1 parent 5256241 commit 4d5fb98
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
4 changes: 2 additions & 2 deletions repo_helper/templates/github_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,14 +173,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
4 changes: 2 additions & 2 deletions repo_helper/templates/github_conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: "3.8"
python-version: "3.11"

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
4 changes: 2 additions & 2 deletions tests/test_files/test_ci_cd_/test_make_conda_actions_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: "3.8"
python-version: "3.11"

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,14 +178,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v4"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: env
conda-build-version: 3.23.3
python-version: "3.8"
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down

0 comments on commit 4d5fb98

Please sign in to comment.