Skip to content

Commit 1db44cb

Browse files
committed
Temporarily use data-apis/array-api-tests#157 on CI
1 parent 6127c00 commit 1db44cb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

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

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,13 @@ jobs:
1717
- name: Checkout array-api-tests
1818
uses: actions/checkout@v3
1919
with:
20-
repository: data-apis/array-api-tests
20+
# repository: data-apis/array-api-tests
2121
submodules: 'true'
2222
path: array-api-tests
23+
24+
# Temporarily use https://github.com/data-apis/array-api-tests/pull/157
25+
repository: asmeurer/array-api-tests
26+
ref: xfails-file
2327
- name: Set up Python ${{ matrix.python-version }}
2428
uses: actions/setup-python@v1
2529
with:

0 commit comments

Comments
 (0)