Skip to content

Commit 14d1cd7

Browse files
committed
Pin Python used in emscripten CI to minor version instead of patch version
1 parent bd4cc0d commit 14d1cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ jobs:
409409
cd node_modules/pyodide/
410410
node ../prettier/bin-prettier.js -w pyodide.asm.js
411411
EMSCRIPTEN_VERSION=$(node -p "require('./repodata.json').info.platform.split('_').slice(1).join('.')")
412-
PYTHON_VERSION=3.10.2
412+
PYTHON_VERSION=3.10
413413
414414
echo "PYODIDE_VERSION=$PYODIDE_VERSION" >> $GITHUB_ENV
415415
echo "EMSCRIPTEN_VERSION=$EMSCRIPTEN_VERSION" >> $GITHUB_ENV

0 commit comments

Comments
 (0)