Skip to content

Commit 56d5d69

Browse files
committed
fix notebook test
1 parent 475ea9a commit 56d5d69

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/downstream.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,9 @@ jobs:
5858
steps:
5959
- uses: actions/checkout@v2
6060
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
61-
- Name: Test notebook
62-
- run: git clone https://github.com/jupyter/notebook.git
61+
- name: Test notebook
62+
run: |
63+
git clone https://github.com/jupyter/notebook.git
6364
cd notebook
6465
pip install -e ".[test]"
6566
python -m pytest -ra -x -vv --full-trace --color=yes

0 commit comments

Comments
 (0)