Skip to content

Commit

Permalink
Updated pyodide version in jupyter
Browse files Browse the repository at this point in the history
  • Loading branch information
andeplane committed Jun 10, 2024
1 parent f0c389d commit 3c1e92d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify-jupyter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
node-version: "20"
- name: Install dependencies
run: npm install [email protected].0 # JupyterLite currently using pyodide 0.25.1
run: npm install [email protected].1 # JupyterLite currently using pyodide 0.25.0
- name: Install cognite-sdk in pyodide environment
run: |
whl_file=$(find dist -name "*.whl" | sed 's|^dist/||') # Find the built wheel file, remove dist/ prefix
Expand Down

0 comments on commit 3c1e92d

Please sign in to comment.