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 e744eb8 commit db82fd4Copy full SHA for db82fd4
.github/workflows/ci.yml
@@ -36,7 +36,6 @@ env:
36
SDK_PYTHON: "${{ github.workspace }}/sdk/python"
37
SCRIPTS: "${{ github.workspace }}/.github/scripts"
38
UV_PYTHON: "3.12"
39
- PYODIDE_VERSION: "0.27.7"
40
41
jobs:
42
# ============
@@ -502,6 +501,7 @@ jobs:
502
501
working-directory: client
503
run: |
504
# Compute Pyodide URLs
+ PYODIDE_VERSION="$( uv run --no-default-groups python -c 'import flet.version; print(flet.version.PYODIDE_VERSION)' )"
505
PYODIDE_URL="https://github.com/pyodide/pyodide/releases/download/${PYODIDE_VERSION}/pyodide-core-${PYODIDE_VERSION}.tar.bz2"
506
PYODIDE_CDN_URL="https://cdn.jsdelivr.net/pyodide/v${PYODIDE_VERSION}/full"
507
0 commit comments