Skip to content

Commit 7a1dbbb

Browse files
authored
fix package_spec in downstream tests (#419)
`pip install` is appended to, not replaced
1 parent 9422a4f commit 7a1dbbb

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
@@ -40,7 +40,7 @@ jobs:
4040
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
4141
with:
4242
package_name: nbconvert
43-
package_spec: pip install -e ".[test]"
43+
package_spec: -e ".[test]"
4444

4545
jupyter_server:
4646
runs-on: ubuntu-latest
@@ -79,4 +79,4 @@ jobs:
7979
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
8080
with:
8181
package_name: pytest_jupyter
82-
package_spec: pip install -e ".[test,client,server]"
82+
package_spec: -e ".[test,client,server]"

0 commit comments

Comments
 (0)