Skip to content

Commit 0e9d53a

Browse files
committed
use maintainer tools action
1 parent 285d3b9 commit 0e9d53a

File tree

2 files changed

+5
-44
lines changed

2 files changed

+5
-44
lines changed

.github/actions/test-downstream/action.yml

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/workflows/downstream.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,29 @@ jobs:
1818
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
1919

2020
- name: Test IPykernel
21-
uses: ./.github/actions/test-downstream
21+
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
2222
with:
2323
package_name: ipykernel
2424
package_spec: "pyqt5 ipykernel[test]"
2525

2626
- name: Test NBClient
27-
uses: ./.github/actions/test-downstream
27+
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
2828
with:
2929
package_name: nbclient
3030
env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
3131

3232
# Note: Currently fails
3333
# - name: Test QtConsole
34-
# uses: ./.github/actions/test-downstream
34+
# uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
3535
# with:
3636
# package_name: qtconsole
3737

3838
- name: Test nbconvert
39-
uses: ./.github/actions/test-downstream
39+
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
4040
with:
4141
package_name: nbconvert
4242

4343
- name: Test jupyter_server
44-
uses: ./.github/actions/test-downstream
44+
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
4545
with:
4646
package_name: jupyter_server

0 commit comments

Comments
 (0)