Skip to content

Commit 7c8a015

Browse files
committed
Added missing python-version
1 parent 6c85038 commit 7c8a015

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/docs.yml

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

33
on:
44
push:
5-
branches: ['main']
5+
branches: ["main"]
66

77
jobs:
88
build:
@@ -11,6 +11,8 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v3
1313
- uses: actions/setup-python@v4
14+
with:
15+
python-version: "3.11"
1416

1517
- uses: actions/cache@v3
1618
with:

0 commit comments

Comments
 (0)