Skip to content

Commit 006b626

Browse files
authored
Fix async-kernel install command (#69)
Use correct `-a async` flag instead of invalid `--install` argument.
1 parent f0b72d1 commit 006b626

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
install: pip install ipykernel && python -m ipykernel install --user
2828
kernel-name: python3
2929
- name: async-kernel
30-
install: pip install async-kernel && async-kernel --install
30+
install: pip install async-kernel && async-kernel -a async
3131
kernel-name: async
3232
- name: evcxr
3333
install: |

0 commit comments

Comments
 (0)