From 3c1e92d3bc5108e66d5e8f8ed08b0ab884844fee Mon Sep 17 00:00:00 2001 From: Anders Hafreager Date: Mon, 10 Jun 2024 12:35:30 +0200 Subject: [PATCH] Updated pyodide version in jupyter --- .github/workflows/verify-jupyter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verify-jupyter.yml b/.github/workflows/verify-jupyter.yml index 14690cd0a1..8a9e8c1241 100644 --- a/.github/workflows/verify-jupyter.yml +++ b/.github/workflows/verify-jupyter.yml @@ -18,7 +18,7 @@ jobs: with: node-version: "20" - name: Install dependencies - run: npm install pyodide@0.25.0 # JupyterLite currently using pyodide 0.25.1 + run: npm install pyodide@0.25.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