We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9a4265 commit 475ea9aCopy full SHA for 475ea9a
1 file changed
.github/workflows/downstream.yml
@@ -58,6 +58,8 @@ jobs:
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>=7.0.0a5
+ - Name: Test notebook
+ - run: git clone https://github.com/jupyter/notebook.git
+ cd notebook
64
+ pip install -e ".[test]"
65
+ python -m pytest -ra -x -vv --full-trace --color=yes
0 commit comments