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 9422a4f commit 7a1dbbbCopy full SHA for 7a1dbbb
.github/workflows/downstream.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
41
with:
42
package_name: nbconvert
43
- package_spec: pip install -e ".[test]"
+ package_spec: -e ".[test]"
44
45
jupyter_server:
46
runs-on: ubuntu-latest
@@ -79,4 +79,4 @@ jobs:
79
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
80
81
package_name: pytest_jupyter
82
- package_spec: pip install -e ".[test,client,server]"
+ package_spec: -e ".[test,client,server]"
0 commit comments