Skip to content

Commit bb34c75

Browse files
committed
remove notebook test for now
1 parent 56d5d69 commit bb34c75

1 file changed

Lines changed: 10 additions & 13 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 10 additions & 13 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)