Skip to content

Commit 475ea9a

Browse files
committed
fix notebook test
1 parent f9a4265 commit 475ea9a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v2
6060
- 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>=7.0.0a5
61+
- Name: Test notebook
62+
- run: git clone https://github.com/jupyter/notebook.git
63+
cd notebook
64+
pip install -e ".[test]"
65+
python -m pytest -ra -x -vv --full-trace --color=yes

0 commit comments

Comments
 (0)