Skip to content

Commit 5fbef80

Browse files
authored
Update pipeline.yml
1 parent f5bef5b commit 5fbef80

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- name: Setup Mambaforge
5353
uses: conda-incubator/setup-miniconda@v3
5454
with:
55-
python-version: "3.13"
55+
python-version: "3.14"
5656
miniforge-version: latest
5757
condarc-file: .condarc
5858
environment-file: .ci_support/environment-mini.yml
@@ -92,7 +92,7 @@ jobs:
9292
- name: Setup Python
9393
uses: actions/setup-python@v5
9494
with:
95-
python-version: "3.13"
95+
python-version: "3.14"
9696
architecture: x64
9797
- name: Checkout
9898
uses: actions/checkout@v4
@@ -146,7 +146,7 @@ jobs:
146146
- name: Setup Mambaforge
147147
uses: conda-incubator/setup-miniconda@v3
148148
with:
149-
python-version: "3.12"
149+
python-version: "3.13"
150150
miniforge-version: latest
151151
condarc-file: .condarc
152152
environment-file: ${{ matrix.environment-file }}

0 commit comments

Comments
 (0)