Skip to content

Commit bd6efdc

Browse files
committed
move jupyter_kernel_test to a separate job
1 parent 011db0b commit bd6efdc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/downstream.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,15 @@ jobs:
5252
with:
5353
package_name: jupyter_server
5454

55-
# Test using jupyter_kernel_test
55+
jupyter_kernel_test:
56+
runs-on: ubuntu-latest
57+
timeout-minutes: 10
58+
steps:
59+
- name: Checkout
60+
uses: actions/checkout@v2
61+
62+
- name: Base Setup
63+
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
5664

5765
- name: Setup conda ${{ matrix.python-version }}
5866
uses: conda-incubator/setup-miniconda@v2

0 commit comments

Comments
 (0)