Skip to content

Commit a61cdce

Browse files
authored
fix: set up a fix python version for doc CI build (#258)
1 parent 9ef4c2c commit a61cdce

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/prerelease.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
steps:
4040
- uses: actions/checkout@v4
4141
- uses: actions/setup-python@v5
42+
with:
43+
python-version: "3.10"
4244
- name: Install dependencies
4345
run: pip install hatch
4446

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,8 @@ jobs:
4747
steps:
4848
- uses: actions/checkout@v4
4949
- uses: actions/setup-python@v5
50+
with:
51+
python-version: "3.10"
5052
- name: Install hatch
5153
run: pip install hatch
5254
- name: Build docs

0 commit comments

Comments
 (0)