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,13 +51,14 @@ jobs:
5151 - uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
5252 with :
5353 package_name : ipywidgets
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
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+ - uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
62+ with :
63+ package_name : notebook
64+ test_command : pytest -vv --ignore-glob=notebook/tests/selenium/* --ignore-glob=notebook/nbconvert/tests/* --ignore-glob=notebook/services/nbconvert/tests/*
You can’t perform that action at this time.
0 commit comments