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 c2b840e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/test-for-pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH" CARGO_NET_GIT_FETCH_WITH_CLI="true"'
CIBW_BEFORE_BUILD: >
rustup default nightly &&
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 c2b840e

Please sign in to comment.