We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6127c00 commit 1db44cbCopy full SHA for 1db44cb
.github/workflows/array-api-tests.yml
@@ -17,9 +17,13 @@ jobs:
17
- name: Checkout array-api-tests
18
uses: actions/checkout@v3
19
with:
20
- repository: data-apis/array-api-tests
+ # repository: data-apis/array-api-tests
21
submodules: 'true'
22
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
27
- name: Set up Python ${{ matrix.python-version }}
28
uses: actions/setup-python@v1
29
0 commit comments