Skip to content

Commit 81872bc

Browse files
committed
Fix pytest command
1 parent bd3d82d commit 81872bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Array API Tests
33
on: [push, pull_request]
44

55
env:
6-
PYTEST_ARGS: "-v -rxXfE --ci --xfails-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt"
6+
PYTEST_ARGS: "-v -rxXfE --ci"
77

88
jobs:
99
array-api-tests:
@@ -49,4 +49,4 @@ jobs:
4949
NPY_PROMOTION_STATE: weak
5050
run: |
5151
cd ${GITHUB_WORKSPACE}/array-api-tests
52-
pytest array_api_tests/ ${PYTEST_ARGS}
52+
pytest array_api_tests/ --xfails-file ${GITHUB_WORKSPACE}/array-api-strict/array-api-tests-xfails.txt ${PYTEST_ARGS}

0 commit comments

Comments
 (0)