Skip to content

Commit 2ba2902

Browse files
authored
fix invocation of pip for nbconvert downstream (#1037)
1 parent 4a15e5d commit 2ba2902

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
5151
with:
5252
package_name: nbconvert
53-
package_spec: pip install -e ".[test]"
53+
package_spec: -e ".[test]"
5454

5555
jupyter_server:
5656
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)