Skip to content

Commit e298032

Browse files
authored
chore: bump pyodide version used in verify-jupyter.yml (#2292)
1 parent 2905f4b commit e298032

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/verify-jupyter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
node-version: "22"
2525
- name: Install dependencies
26-
run: npm install pyodide@0.26.2 # JupyterLite currently using pyodide 0.26.2
26+
run: npm install pyodide@0.27.6 # JupyterLite currently using pyodide 0.27.6
2727
- name: Install cognite-sdk in pyodide environment
2828
run: |
2929
whl_file=$(find dist -name "*.whl" | sed 's|^dist/||') # Find the built wheel file, remove dist/ prefix

0 commit comments

Comments
 (0)