Skip to content

Commit 2be28c7

Browse files
Update book.yml
1 parent 5e96c41 commit 2be28c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/book.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
- uses: actions/checkout@v2
1616

1717
# Install dependencies
18-
- name: Set up Python 3.8
18+
- name: Set up Python 3.9
1919
uses: actions/setup-python@v1
2020
with:
21-
python-version: 3.8
21+
python-version: 3.9
2222

2323
- name: Install dependencies
2424
run: |

0 commit comments

Comments
 (0)