Skip to content

Commit 2243ba6

Browse files
committed
Test jupytext against Jupyter pre-release
1 parent fa7828c commit 2243ba6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -219,12 +219,12 @@ jobs:
219219
- name: Upload coverage
220220
uses: codecov/codecov-action@v1
221221

222-
test-pip-notebook-pre:
222+
test-pip-jupyter-pre:
223223
needs: skip_duplicate
224224
if: ${{ needs.skip_duplicate.outputs.should_skip == 'false' }}
225225
strategy:
226226
matrix:
227-
python-version: [ 3.9 ]
227+
python-version: [ 3.11 ]
228228
runs-on: ubuntu-latest
229229
steps:
230230
- name: Checkout
@@ -239,8 +239,8 @@ jobs:
239239
# All dependencies but markdown-it-py
240240
pip install -r requirements.txt
241241
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
244244
- name: Install a Jupyter Kernel
245245
run: python -m ipykernel install --name python_kernel --user
246246
- name: Test with pytest

0 commit comments

Comments
 (0)