Skip to content

Commit 1b8a36b

Browse files
authored
Update Python version from 3.9.24 to 3.10
1 parent 3ff3ca8 commit 1b8a36b

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/book.yml

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

1616
# Install dependencies
17-
- name: Set up Python 3.9.24
17+
- name: Set up Python 3.10
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.9.24
20+
python-version: 3.10
2121

2222
- name: Install dependencies
2323
run: |
@@ -27,7 +27,6 @@ jobs:
2727
- name: Validate Jupyter Book Source
2828
run: |
2929
pwd
30-
jupyter-book config validate .
3130
3231
# Build the book
3332
- name: Build the book

0 commit comments

Comments
 (0)