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 7927d7b commit 2cc1150Copy full SHA for 2cc1150
.github/workflows/unit-tests.yml
@@ -318,8 +318,6 @@ jobs:
318
run:
319
shell: bash -eou pipefail {0}
320
runs-on: ${{ matrix.os }}
321
- # TEMP allow this to fail until we fixed all test failures (related to chained assignment warnings)
322
- continue-on-error: true
323
strategy:
324
fail-fast: false
325
matrix:
@@ -360,6 +358,8 @@ jobs:
360
358
361
359
- name: Run Tests
362
uses: ./.github/actions/run-tests
+ # TEMP allow this to fail until we fixed all test failures (related to chained assignment warnings)
+ continue-on-error: true
363
364
# NOTE: this job must be kept in sync with the Pyodide build job in wheels.yml
365
emscripten:
0 commit comments