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 acfab08 commit 569c312Copy full SHA for 569c312
.github/workflows/array-api-tests.yml
@@ -3,7 +3,7 @@ name: Array API Tests
3
on: [push, pull_request]
4
5
env:
6
- PYTEST_ARGS: "-v -rxXfE --hypothesis-disable-deadline --max-examples 200"
+ PYTEST_ARGS: "-v -rxXfE --hypothesis-disable-deadline --max-examples 1000 -n 4"
7
API_VERSIONS: "2023.12 2024.12"
8
9
jobs:
@@ -42,7 +42,7 @@ jobs:
42
fi
43
python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
44
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
45
- python -m pip install hypothesis
+ python -m pip install hypothesis pytest-xdist
46
- name: Run the array API testsuite
47
48
ARRAY_API_TESTS_MODULE: array_api_strict
0 commit comments