TST: dask tests are extremely flaky #731
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Array API Tests (Dask) | |
on: [push, pull_request] | |
jobs: | |
array-api-tests-dask: | |
uses: ./.github/workflows/array-api-tests.yml | |
with: | |
package-name: dask | |
package-version: '>= 2024.9.0' | |
module-name: dask.array | |
extra-requires: numpy | |
# Dask is quite slower then other libraries on unit tests | |
# Reduce the number of examples to speed up CI, even though | |
# this can cause flakiness. | |
pytest-extra-args: --max-examples=50 |