Skip to content

Commit ae4342f

Browse files
committed
clean up downstream tests
1 parent d8826a9 commit ae4342f

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

.github/workflows/downstream.yml

+4-7
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,20 @@ jobs:
1616
- name: Base Setup
1717
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
1818

19-
# - name: Test nbclassic
20-
# uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
21-
# with:
22-
# package_name: nbclassic
23-
# test_command: pytest --pyargs nbclassic
19+
- name: Test nbclassic
20+
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
21+
with:
22+
package_name: nbclassic
2423

2524
- name: Test jupyterlab_server
2625
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
2726
with:
2827
package_name: jupyterlab_server
29-
test_command: pytest --pyargs jupyterlab_server
3028

3129
- name: Test jupyterlab
3230
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
3331
with:
3432
package_name: jupyterlab
35-
package_spec: '".[test]"'
3633
test_command: "python -m jupyterlab.browser_check --no-browser-test"
3734

3835
- name: Test run nbclassic

0 commit comments

Comments
 (0)