We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deb3d90 commit 0d8227aCopy full SHA for 0d8227a
.github/workflows/downstream.yml
@@ -16,11 +16,11 @@ jobs:
16
- name: Base Setup
17
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
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
+ # - name: Test nbclassic
+ # uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
+ # with:
+ # package_name: nbclassic
+ # test_command: pytest --pyargs nbclassic
24
25
- name: Test jupyterlab_server
26
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1
0 commit comments