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 ff0e22a commit 4ffc399Copy full SHA for 4ffc399
.github/workflows/array-api-tests.yml
@@ -37,7 +37,7 @@ on:
37
description: Multiline string of environment variables to set for the test run.
38
39
env:
40
- PYTEST_ARGS: "--max-examples 1000 -v -rxXfE --ci ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 20"
+ PYTEST_ARGS: "--max-examples 1000 -v -rxXfE ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 20"
41
42
jobs:
43
tests:
0 commit comments