From 7d5b25c0457a805bfc82c79d7bbeadac30d37bef Mon Sep 17 00:00:00 2001 From: Anders Hafreager Date: Tue, 8 Oct 2024 13:04:08 +0200 Subject: [PATCH] Bumped version of pyodide to 0.26.2 in tests (#1966) --- .github/workflows/verify-jupyter.yml | 10 +++++----- .github/workflows/verify-streamlit.yml | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/verify-jupyter.yml b/.github/workflows/verify-jupyter.yml index b4a917623..190a56925 100644 --- a/.github/workflows/verify-jupyter.yml +++ b/.github/workflows/verify-jupyter.yml @@ -12,18 +12,18 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.8' - cache: 'pip' + python-version: "3.8" + cache: "pip" - name: Build package using poetry run: | - pip install poetry - poetry build + pip install poetry + poetry build - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: "20" - name: Install dependencies - run: npm install pyodide@0.25.1 # JupyterLite currently using pyodide 0.25.0 + run: npm install pyodide@0.26.2 # JupyterLite currently using pyodide 0.26.2 - 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 diff --git a/.github/workflows/verify-streamlit.yml b/.github/workflows/verify-streamlit.yml index a84ad3c8f..4062c70df 100644 --- a/.github/workflows/verify-streamlit.yml +++ b/.github/workflows/verify-streamlit.yml @@ -12,18 +12,18 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: '3.8' - cache: 'pip' + python-version: "3.8" + cache: "pip" - name: Build package using poetry run: | - pip install poetry - poetry build + pip install poetry + poetry build - name: Set up Node.js uses: actions/setup-node@v4 with: node-version: "20" - name: Install dependencies - run: npm install pyodide@0.25.1 # stlite currently using pyodide 0.25.1 + run: npm install pyodide@0.26.2 # stlite currently using pyodide 0.26.2 - 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