We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc8b53d commit e0fb7b5Copy full SHA for e0fb7b5
.github/workflows/test-for-pyodide.yml
@@ -31,6 +31,7 @@ jobs:
31
rustup show
32
CIBW_BEFORE_BUILD_LINUX: >
33
curl https://sh.rustup.rs -sSf | sh -s -- --default-toolchain=nightly --profile=minimal -y &&
34
+ rustup target add wasm32-unknown-emscripten &&
35
36
CIBW_TEST_REQUIRES: pytest pytest-xdist
37
CIBW_TEST_COMMAND: pytest {project} -m "not datasets" --durations=10 -n logical
0 commit comments