Skip to content

Commit 8cb342a

Browse files
Updated files with 'repo_helper'.
1 parent e5be70e commit 8cb342a

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.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
@@ -188,14 +188,15 @@ jobs:
188188
- name: Setup Python 🐍
189189
uses: "actions/setup-python@v5"
190190
with:
191-
python-version: 3.8
191+
python-version: 3.11
192192

193193
- name: Setup Conda
194-
uses: conda-incubator/setup-miniconda@v2
194+
uses: conda-incubator/setup-miniconda@v2.1.1
195195
with:
196196
activate-environment: env
197197
conda-build-version: 3.28.4
198-
python-version: "3.8"
198+
miniconda-version: py311_24.1.2-0
199+
python-version: "3.11"
199200
miniforge-variant: Mambaforge
200201

201202
- name: Install dependencies 🔧

0 commit comments

Comments
 (0)