Skip to content

Commit 0d8227a

Browse files
authored
Skip nbclassic downstream tests for now (#725)
1 parent deb3d90 commit 0d8227a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/downstream.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ 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
23+
# test_command: pytest --pyargs nbclassic
2424

2525
- name: Test jupyterlab_server
2626
uses: jupyterlab/maintainer-tools/.github/actions/downstream-test@v1

0 commit comments

Comments
 (0)