Skip to content

Commit 0814c3f

Browse files
Updated files with 'repo_helper'. (#29)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 4331b1d commit 0814c3f

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

.github/workflows/conda_ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,15 @@ jobs:
2424
- name: Setup Python 🐍
2525
uses: "actions/setup-python@v5"
2626
with:
27-
python-version: "3.8"
27+
python-version: "3.11"
2828

2929
- name: Setup Conda
30-
uses: conda-incubator/setup-miniconda@v2
30+
uses: conda-incubator/setup-miniconda@v2.1.1
3131
with:
3232
activate-environment: env
3333
conda-build-version: 3.28.4
34-
python-version: "3.8"
34+
miniconda-version: py311_24.1.2-0
35+
python-version: "3.11"
3536
miniforge-variant: Mambaforge
3637

3738
- name: Install dependencies 🔧

.github/workflows/python_ci_linux.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,14 +184,15 @@ jobs:
184184
- name: Setup Python 🐍
185185
uses: "actions/setup-python@v5"
186186
with:
187-
python-version: 3.8
187+
python-version: 3.11
188188

189189
- name: Setup Conda
190-
uses: conda-incubator/setup-miniconda@v2
190+
uses: conda-incubator/setup-miniconda@v2.1.1
191191
with:
192192
activate-environment: env
193193
conda-build-version: 3.28.4
194-
python-version: "3.8"
194+
miniconda-version: py311_24.1.2-0
195+
python-version: "3.11"
195196
miniforge-variant: Mambaforge
196197

197198
- name: Install dependencies 🔧

0 commit comments

Comments
 (0)