Commit ae4342f 1 parent d8826a9 commit ae4342f Copy full SHA for ae4342f
File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -16,23 +16,20 @@ jobs:
16
16
- name : Base Setup
17
17
uses : jupyterlab/maintainer-tools/.github/actions/base-setup@v1
18
18
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
24
23
25
24
- name : Test jupyterlab_server
26
25
uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
27
26
with :
28
27
package_name : jupyterlab_server
29
- test_command : pytest --pyargs jupyterlab_server
30
28
31
29
- name : Test jupyterlab
32
30
uses : jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
33
31
with :
34
32
package_name : jupyterlab
35
- package_spec : ' ".[test]"'
36
33
test_command : " python -m jupyterlab.browser_check --no-browser-test"
37
34
38
35
- name : Test run nbclassic
You can’t perform that action at this time.
0 commit comments