Skip to content

Commit b004d6b

Browse files
committed
fix python version
1 parent 5edba8e commit b004d6b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
activate-environment: makim
3131
auto-update-conda: true
3232
conda-solver: libmamba
33-
python-version: "3.9"
33+
python-version: "3.10"
3434

3535
- name: Install deps
3636
run: |

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ jobs:
186186
activate-environment: makim
187187
auto-update-conda: true
188188
conda-solver: libmamba
189-
python-version: "3.9"
189+
python-version: "3.10"
190190

191191
- name: Install dependencies
192192
run: |

0 commit comments

Comments
 (0)