We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2905f4b commit e298032Copy full SHA for e298032
1 file changed
.github/workflows/verify-jupyter.yml
@@ -23,7 +23,7 @@ jobs:
23
with:
24
node-version: "22"
25
- name: Install dependencies
26
- run: npm install pyodide@0.26.2 # JupyterLite currently using pyodide 0.26.2
+ run: npm install pyodide@0.27.6 # JupyterLite currently using pyodide 0.27.6
27
- name: Install cognite-sdk in pyodide environment
28
run: |
29
whl_file=$(find dist -name "*.whl" | sed 's|^dist/||') # Find the built wheel file, remove dist/ prefix
0 commit comments