File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -51,16 +51,13 @@ jobs:
5151 - uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
5252 with :
5353 package_name : ipywidgets
54-
55- notebook :
56- runs-on : ubuntu-latest
57- timeout-minutes : 10
58- steps :
59- - uses : actions/checkout@v2
60- - uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
61- - name : Test notebook
62- run : |
63- git clone https://github.com/jupyter/notebook.git
64- cd notebook
65- pip install -e ".[test]"
66- python -m pytest -ra -x -vv --full-trace --color=yes
54+ # TODO: reinstate when notebook 7 is released.
55+ # notebook:
56+ # runs-on: ubuntu-latest
57+ # timeout-minutes: 10
58+ # steps:
59+ # - uses: actions/checkout@v2
60+ # - uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
61+ # - uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
62+ # with:
63+ # package_name: notebook
You can’t perform that action at this time.
0 commit comments