We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc8b53d commit c2b840eCopy full SHA for c2b840e
.github/workflows/test-for-pyodide.yml
@@ -28,9 +28,7 @@ jobs:
28
CIBW_ENVIRONMENT_LINUX: 'PATH="$HOME/.cargo/bin:$PATH" CARGO_NET_GIT_FETCH_WITH_CLI="true"'
29
CIBW_BEFORE_BUILD: >
30
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 &&
+ rustup target add wasm32-unknown-emscripten &&
34
rustup show
35
CIBW_TEST_REQUIRES: pytest pytest-xdist
36
CIBW_TEST_COMMAND: pytest {project} -m "not datasets" --durations=10 -n logical
0 commit comments