Skip to content

Commit c2b840e

Browse files
committed
Add rustup target add wasm32-unknown-emscripten
1 parent fc8b53d commit c2b840e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/test-for-pyodide.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH" CARGO_NET_GIT_FETCH_WITH_CLI="true"'
2929
CIBW_BEFORE_BUILD: >
3030
rustup default nightly &&
31-
rustup show
32-
CIBW_BEFORE_BUILD_LINUX: >
33-
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
31+
rustup target add wasm32-unknown-emscripten &&
3432
rustup show
3533
CIBW_TEST_REQUIRES: pytest pytest-xdist
3634
CIBW_TEST_COMMAND: pytest {project} -m "not datasets" --durations=10 -n logical

0 commit comments

Comments
 (0)