Skip to content

Commit e0fb7b5

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
rustup show
3232
CIBW_BEFORE_BUILD_LINUX: >
3333
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
34+
rustup target add wasm32-unknown-emscripten &&
3435
rustup show
3536
CIBW_TEST_REQUIRES: pytest pytest-xdist
3637
CIBW_TEST_COMMAND: pytest {project} -m "not datasets" --durations=10 -n logical

0 commit comments

Comments
 (0)