Skip to content

Commit 4ffc399

Browse files
committed
MAINT: remove --ci pytest switch
The warning says it's deprecated.
1 parent ff0e22a commit 4ffc399

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/array-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ on:
3737
description: Multiline string of environment variables to set for the test run.
3838

3939
env:
40-
PYTEST_ARGS: "--max-examples 1000 -v -rxXfE --ci ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 20"
40+
PYTEST_ARGS: "--max-examples 1000 -v -rxXfE ${{ inputs.pytest-extra-args }} --hypothesis-disable-deadline --durations 20"
4141

4242
jobs:
4343
tests:

0 commit comments

Comments
 (0)