Skip to content

Commit f184857

Browse files
committed
Fix pytest command
1 parent eca1fb1 commit f184857

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
@@ -49,4 +49,4 @@ jobs:
4949
NPY_PROMOTION_STATE: weak
5050
run: |
5151
cd ${GITHUB_WORKSPACE}/array-api-tests
52-
pytest array_api_tests/ --xfails-file ${PYTEST_ARGS}
52+
pytest array_api_tests/ ${PYTEST_ARGS}

0 commit comments

Comments
 (0)