Skip to content

Commit c37b620

Browse files
sukunisCarsten
authored andcommitted
Update test.yml
change python version
1 parent 31e4481 commit c37b620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 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.7
17+
- name: Set up Python
1818
uses: actions/setup-python@v1
1919
with:
20-
python-version: 3.7
20+
python-version: '3.x'
2121

2222
- name: Install dependencies
2323
run: |
@@ -28,4 +28,4 @@ jobs:
2828
- name: Build the book
2929
run: |
3030
python scripts/generate_link_lists.py
31-
jupyter-book build docs/
31+
jupyter-book build docs/

0 commit comments

Comments
 (0)