Skip to content

Commit

Permalink
fix downstream test package_spec (#914)
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk authored Nov 28, 2024
1 parent cfa090c commit 9522ad6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/downstream.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
with:
package_name: ipython
package_spec: pip install -e ".[test]"
package_spec: -e ".[test]"

nbconvert:
runs-on: ubuntu-latest
Expand All @@ -30,7 +30,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 9522ad6

Please sign in to comment.