Skip to content

Commit 2daa290

Browse files
[repo-helper] Configuration Update (#74)
* Updated files with 'repo_helper'. * Updated files with 'repo_helper'. --------- Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent b24f70f commit 2daa290

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
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.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- {python-version: "pypy-3.6", testenvs: "pypy36", experimental: False}
4040
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
4141
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
42-
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
42+
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39,build", experimental: True}
4343

4444
steps:
4545
- name: Checkout 🛎️

.github/workflows/python_ci_linux.yml

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