Skip to content

Commit e6dd83b

Browse files
committed
.....
1 parent 9351b8b commit e6dd83b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
ls -l /tmp
3838
ls -l /tmp/array-api-strict
39-
pytest -v -rxXfE --skips-file /tmp/array-api-strict/array-api-test-xfails.txt array_api_tests/
39+
ls -l /tmp/array-api-strict/array-api-tests-xfails.txt
40+
pytest -v -rxXfE --skips-file /tmp/array-api-strict/array-api-tests-xfails.txt array_api_tests/
4041
# We also have internal tests that isn't really necessary for adopters
4142
pytest -v -rxXfE meta_tests/

0 commit comments

Comments
 (0)