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 cfa090c commit 808b361Copy full SHA for 808b361
.github/workflows/downstream.yml
@@ -19,7 +19,7 @@ jobs:
19
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
20
with:
21
package_name: ipython
22
- package_spec: pip install -e ".[test]"
+ package_spec: -e ".[test]"
23
24
nbconvert:
25
runs-on: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
30
31
32
package_name: nbconvert
33
34
35
jupyter_server:
36
0 commit comments