Skip to content

Commit

Permalink
Revert "chore: update pyodide-build (#2060)"
Browse files Browse the repository at this point in the history
This reverts commit 76b727e.
  • Loading branch information
agoose77 committed Jan 4, 2023
1 parent 92eab0b commit 368fbab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
if: steps.cache-awkward-cpp-wasm-wheel.outputs.cache-hit != 'true'
run: |
# pyodide-build doesn't work out of the box with pipx
python3 -m pip install pyyaml pyodide-build==0.22.0
python3 -m pip install pyyaml pyodide-build==0.21.0
export CMAKE_ARGS="-DEMSCRIPTEN=1"
pyodide build --exports whole_archive
working-directory: awkward-cpp
Expand Down

0 comments on commit 368fbab

Please sign in to comment.