Skip to content

Commit 953bce6

Browse files
Pin conda versions in GHA. (#124)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 4a1a5ef commit 953bce6

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

.github/workflows/conda_ci.yml

+4-3
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

+4-3
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,15 @@ jobs:
189189
- name: Setup Python 🐍
190190
uses: "actions/setup-python@v5"
191191
with:
192-
python-version: 3.8
192+
python-version: 3.11
193193

194194
- name: Setup Conda
195-
uses: conda-incubator/setup-miniconda@v2
195+
uses: conda-incubator/setup-miniconda@v2.1.1
196196
with:
197197
activate-environment: env
198198
conda-build-version: 3.28.4
199-
python-version: "3.8"
199+
miniconda-version: py311_24.1.2-0
200+
python-version: "3.11"
200201
miniforge-variant: Mambaforge
201202

202203
- name: Install dependencies 🔧

0 commit comments

Comments
 (0)