Skip to content

Commit 5bde9d4

Browse files
committed
Disable wasm job
1 parent 306cab7 commit 5bde9d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,8 @@ jobs:
362362
# https://github.com/marketplace/actions/alls-green#why used for branch protection checks
363363
check:
364364
if: always()
365-
needs: [coverage, test-python, test-os, test-debug, lint, bench, build-wasm-emscripten]
365+
# TODO: add build-wasm-emscripten back when CI installation failures are solved:
366+
needs: [coverage, test-python, test-os, test-debug, lint, bench]
366367
runs-on: ubuntu-latest
367368
steps:
368369
- name: Decide whether the needed jobs succeeded or failed

0 commit comments

Comments
 (0)