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 475ea9a commit 56d5d69Copy full SHA for 56d5d69
1 file changed
.github/workflows/downstream.yml
@@ -58,8 +58,9 @@ jobs:
58
steps:
59
- uses: actions/checkout@v2
60
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
61
- - Name: Test notebook
62
- - run: git clone https://github.com/jupyter/notebook.git
+ - name: Test notebook
+ 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
0 commit comments