Skip to content

Commit

Permalink
Test jupytext against Jupyter pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
mwouts committed Dec 13, 2022
1 parent fa7828c commit 2243ba6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@ jobs:
- name: Upload coverage
uses: codecov/codecov-action@v1

test-pip-notebook-pre:
test-pip-jupyter-pre:
needs: skip_duplicate
if: ${{ needs.skip_duplicate.outputs.should_skip == 'false' }}
strategy:
matrix:
python-version: [ 3.9 ]
python-version: [ 3.11 ]
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -239,8 +239,8 @@ jobs:
# All dependencies but markdown-it-py
pip install -r requirements.txt
pip install -r requirements-dev.txt
# Notebook pre-release version #933
pip install --pre -U notebook
# Jupyter pre-release #933 #1020
pip install --pre -U jupyter_core jupyter_server nbformat notebook
- name: Install a Jupyter Kernel
run: python -m ipykernel install --name python_kernel --user
- name: Test with pytest
Expand Down

0 comments on commit 2243ba6

Please sign in to comment.