We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ff3ca8 commit 1b8a36bCopy full SHA for 1b8a36b
1 file changed
.github/workflows/book.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
16
# Install dependencies
17
- - name: Set up Python 3.9.24
+ - name: Set up Python 3.10
18
uses: actions/setup-python@v1
19
with:
20
- python-version: 3.9.24
+ python-version: 3.10
21
22
- name: Install dependencies
23
run: |
@@ -27,7 +27,6 @@ jobs:
27
- name: Validate Jupyter Book Source
28
29
pwd
30
- jupyter-book config validate .
31
32
# Build the book
33
- name: Build the book
0 commit comments