mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 22:39:58 +00:00
Bump pyodide version to fix the build
0.29.3 have an older version of micropip and is affected by https://github.com/pyodide/pyodide/issues/6177
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
#!/usr/bin/bash
|
#!/usr/bin/bash
|
||||||
set -ex
|
set -ex
|
||||||
|
|
||||||
PYODIDE_VERSION=0.29.3
|
PYODIDE_VERSION=0.29.4
|
||||||
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
SCRIPT_DIR=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
|
||||||
|
|
||||||
# Script is assuming that it will be possible to execute it multiple times
|
# Script is assuming that it will be possible to execute it multiple times
|
||||||
|
|||||||
Reference in New Issue
Block a user