Skip to content

Commit

Permalink
fix invocation of pip for nbconvert downstream (#1037)
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk authored Sep 17, 2024
1 parent 4a15e5d commit 2ba2902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: nbconvert
package_spec: pip install -e ".[test]"
package_spec: -e ".[test]"

jupyter_server:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 2ba2902

Please sign in to comment.