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 9ee6be8 commit 55cb659Copy full SHA for 55cb659
.github/workflows/build-packages.yaml
@@ -27,7 +27,7 @@ jobs:
27
- name: Set up Python
28
uses: actions/setup-python@v4
29
with:
30
- python-version: 3.12.3
+ python-version: 3.13.2
31
32
- name: Install dependencies
33
env:
packages/setup.sh
@@ -8,8 +8,8 @@ source ./emsdk_env.sh
8
cd ..
9
10
git clone https://github.com/pyodide/pyodide-recipes.git
11
-(cd pyodide && git checkout $PYODIDE_TAG)
12
-ln -s pyodide/packages packages
+(cd pyodide-recipes && git checkout $PYODIDE_TAG)
+ln -s pyodide-recipes/packages packages
13
14
# rust is required for building some wheels
15
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
0 commit comments