Skip to content

Commit 9522ad6

Browse files
authored
fix downstream test package_spec (#914)
1 parent cfa090c commit 9522ad6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/downstream.yml

Lines changed: 2 additions & 2 deletions
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)