Skip to content

Commit

Permalink
Add rustup target add wasm32-unknown-emscripten
Browse files Browse the repository at this point in the history
  • Loading branch information
gbolmier committed Nov 28, 2024
1 parent fc8b53d commit e0fb7b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test-for-pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
rustup show
CIBW_BEFORE_BUILD_LINUX: >
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
rustup target add wasm32-unknown-emscripten &&
rustup show
CIBW_TEST_REQUIRES: pytest pytest-xdist
CIBW_TEST_COMMAND: pytest {project} -m "not datasets" --durations=10 -n logical

0 comments on commit e0fb7b5

Please sign in to comment.