Skip to content

Commit

Permalink
ci: speed up pyodide job by ~20 seconds (#941)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Jun 8, 2024
1 parent ccda481 commit c70aafc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@ jobs:
with:
python-version: "3.12"

- uses: yezz123/setup-uv@v4

- name: Install pyodide-build
run: |
pip install pyodide-build==0.26.1
uv pip install --system pyodide-build==0.26.1
echo EMSCRIPTEN_VERSION=$(pyodide config get emscripten_version) >> $GITHUB_ENV
- uses: mymindstorm/setup-emsdk@v14
Expand Down

0 comments on commit c70aafc

Please sign in to comment.