Skip to content

Commit 8b8f79f

Browse files
authored
Pin xeus-sql to >=0.3.1 with kernel_info_reply fix (#51)
Version 0.3.1 includes the fix for missing `status` field in kernel_info_reply that was reported upstream. _Submitted on @rgbkrk's behalf by his agent Quill_
1 parent 9d471aa commit 8b8f79f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/conformance.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
install: micromamba install -y xeus-cling -c conda-forge
6262
kernel-name: xcpp17
6363
- name: xeus-sql
64-
install: micromamba install -y xeus-sql -c conda-forge
64+
# Pin to 0.3.1 which includes fix for missing status in kernel_info_reply
65+
install: micromamba install -y "xeus-sql>=0.3.1" -c conda-forge
6566
kernel-name: xsql
6667
- name: gonb
6768
install: |

0 commit comments

Comments
 (0)