mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
bump pyodide version number (#735)
Pyodide packages needed rebuilding, and the pyodide project has moved on a bit so a new version number is needed. The new packages have already been built and pushed to S3. To verify, go to `sandbox/pyodide` and follow the README there. Then at top level do `GRIST_SANDBOX_FLAVOR=pyodide`. Try to create and edit a document using formulas. It should work.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# This number should be bumped up if making a non-additive change
|
||||
# to python packages.
|
||||
GRIST_PYODIDE_VERSION = 2
|
||||
GRIST_PYODIDE_VERSION = 3
|
||||
|
||||
default:
|
||||
echo "Welcome to the pyodide sandbox"
|
||||
|
||||
Reference in New Issue
Block a user