File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ jobs:
145
145
jupyter notebook --version
146
146
jupyter notebook --help
147
147
148
- check_linkts :
148
+ check_links :
149
149
runs-on : ubuntu-latest
150
150
timeout-minutes : 10
151
151
steps :
@@ -165,7 +165,7 @@ jobs:
165
165
- uses : jupyterlab/maintainer-tools/.github/actions/pre-commit@v1
166
166
167
167
168
- python_tests_check : # This job does nothing and is only used for the branch protection
168
+ tests_check : # This job does nothing and is only used for the branch protection
169
169
if : always()
170
170
needs :
171
171
- test
Original file line number Diff line number Diff line change 1
1
version : 2
2
2
sphinx :
3
3
configuration : docs/source/conf.py
4
+ build :
5
+ os : ubuntu-20.04
6
+ tools :
7
+ python : " 3.9"
8
+ nodejs : " 16"
4
9
python :
5
- version : 3.8
6
10
install :
7
11
# install notebook itself
8
12
- method : pip
You can’t perform that action at this time.
0 commit comments