Skip to content

Commit

Permalink
Check kernel on MS-Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ikappaki committed Dec 2, 2024
1 parent 385a47c commit cb13e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
hatch run test:basilisp test -- -v
- name: Check Kernel
run: |
hatch run test:jupyter kernelspec list | grep "jupyter/kernels/basilisp"
hatch run test:jupyter kernelspec list | grep -E "jupyter/kernels/basilisp|jupyter\\kernels\\basilisp"

0 comments on commit cb13e8a

Please sign in to comment.