File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -219,12 +219,12 @@ jobs:
219
219
- name : Upload coverage
220
220
uses : codecov/codecov-action@v1
221
221
222
- test-pip-notebook -pre :
222
+ test-pip-jupyter -pre :
223
223
needs : skip_duplicate
224
224
if : ${{ needs.skip_duplicate.outputs.should_skip == 'false' }}
225
225
strategy :
226
226
matrix :
227
- python-version : [ 3.9 ]
227
+ python-version : [ 3.11 ]
228
228
runs-on : ubuntu-latest
229
229
steps :
230
230
- name : Checkout
@@ -239,8 +239,8 @@ jobs:
239
239
# All dependencies but markdown-it-py
240
240
pip install -r requirements.txt
241
241
pip install -r requirements-dev.txt
242
- # Notebook pre-release version #933
243
- pip install --pre -U notebook
242
+ # Jupyter pre-release #933 #1020
243
+ pip install --pre -U jupyter_core jupyter_server nbformat notebook
244
244
- name : Install a Jupyter Kernel
245
245
run : python -m ipykernel install --name python_kernel --user
246
246
- name : Test with pytest
You can’t perform that action at this time.
0 commit comments