We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0b72d1 commit 006b626Copy full SHA for 006b626
.github/workflows/conformance.yml
@@ -27,7 +27,7 @@ jobs:
27
install: pip install ipykernel && python -m ipykernel install --user
28
kernel-name: python3
29
- name: async-kernel
30
- install: pip install async-kernel && async-kernel --install
+ install: pip install async-kernel && async-kernel -a async
31
kernel-name: async
32
- name: evcxr
33
install: |
0 commit comments