Skip to content

Commit 2cf991c

Browse files
authored
Fix downstream test: do not use editable install for ipyparallel (#1516)
1 parent 5acbca5 commit 2cf991c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
7070
with:
7171
package_name: ipyparallel
72-
package_spec: '-e ".[test]"'
72+
package_spec: ".[test]"
7373

7474
jupyter_kernel_test:
7575
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)