We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e4481 commit c37b620Copy full SHA for c37b620
.github/workflows/test.yml
@@ -14,10 +14,10 @@ jobs:
14
- uses: actions/checkout@v2
15
16
# Install dependencies
17
- - name: Set up Python 3.7
+ - name: Set up Python
18
uses: actions/setup-python@v1
19
with:
20
- python-version: 3.7
+ python-version: '3.x'
21
22
- name: Install dependencies
23
run: |
@@ -28,4 +28,4 @@ jobs:
28
- name: Build the book
29
30
python scripts/generate_link_lists.py
31
- jupyter-book build docs/
+ jupyter-book build docs/
0 commit comments