Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/conformance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,8 @@ jobs:
kernel-name: python3
- name: async-kernel
install: |
pip install async-kernel
async-kernel -a async
mkdir -p ~/.local/share/jupyter/kernels
cp -r $pythonLocation/share/jupyter/kernels/async ~/.local/share/jupyter/kernels/
pip install async-kernel>=0.19.0
async-kernel install --user
kernel-name: async
- name: evcxr
install: |
Expand Down