Skip to content

Commit 811dfc3

Browse files
Specifiy Python Version for Documentation Build (#591)
Not define the python version is deprecated.
1 parent ef05698 commit 811dfc3

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/docs-deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docs
1+
name: Docs Deploy
22

33
on:
44
push:
@@ -30,6 +30,8 @@ jobs:
3030
git branch --show-current
3131
3232
- uses: actions/setup-python@v5
33+
with:
34+
python-version: 3.12
3335

3436
- name: Install dependencies
3537
run: |
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Docs
1+
name: Docs Test
22

33
on:
44
pull_request_target:
@@ -24,6 +24,8 @@ jobs:
2424
git branch --show-current
2525
2626
- uses: actions/setup-python@v5
27+
with:
28+
python-version: 3.12
2729

2830
- name: Install dependencies
2931
run: |

0 commit comments

Comments
 (0)
SYSTEM_READY >> ...MS