Skip to content

Commit 90aebd6

Browse files
committed
fix downstream package_spec
1 parent cb1e068 commit 90aebd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
2020
with:
2121
package_name: ipython
22-
package_spec: pip install -e ".[test]"
22+
package_spec: -e ".[test]"
2323

2424
nbconvert:
2525
runs-on: ubuntu-latest
@@ -30,7 +30,7 @@ jobs:
3030
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
3131
with:
3232
package_name: nbconvert
33-
package_spec: pip install -e ".[test]"
33+
package_spec: -e ".[test]"
3434

3535
jupyter_server:
3636
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)