Skip to content

Commit 55cb659

Browse files
committed
Tweaks for Pyodide 0.28
1 parent 9ee6be8 commit 55cb659

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Set up Python
2828
uses: actions/setup-python@v4
2929
with:
30-
python-version: 3.12.3
30+
python-version: 3.13.2
3131

3232
- name: Install dependencies
3333
env:

packages/setup.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ source ./emsdk_env.sh
88
cd ..
99

1010
git clone https://github.com/pyodide/pyodide-recipes.git
11-
(cd pyodide && git checkout $PYODIDE_TAG)
12-
ln -s pyodide/packages packages
11+
(cd pyodide-recipes && git checkout $PYODIDE_TAG)
12+
ln -s pyodide-recipes/packages packages
1313

1414
# rust is required for building some wheels
1515
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

0 commit comments

Comments
 (0)