We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d46c4b5 commit 2955fa8Copy full SHA for 2955fa8
.github/workflows/downstream.yml
@@ -12,7 +12,6 @@ concurrency:
12
jobs:
13
nbclient:
14
runs-on: ubuntu-latest
15
-
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v2
@@ -27,6 +26,8 @@ jobs:
27
26
env_values: IPYKERNEL_CELL_NAME=\<IPY-INPUT\>
28
29
jupyter_client:
+ runs-on: ubuntu-latest
30
+ steps:
31
32
33
@@ -40,7 +41,6 @@ jobs:
40
41
42
ipyparallel:
43
44
45
46
@@ -54,6 +54,8 @@ jobs:
54
package_name: ipyparallel
55
56
jupyter_kernel_test:
57
58
59
60
61
0 commit comments