We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec609d commit de68781Copy full SHA for de68781
.github/workflows/array-api-tests.yml
@@ -41,13 +41,9 @@ jobs:
41
- name: Checkout array-api-tests
42
uses: actions/checkout@v3
43
with:
44
- # repository: data-apis/array-api-tests
+ repository: data-apis/array-api-tests
45
submodules: 'true'
46
path: array-api-tests
47
-
48
- # Temporarily use https://github.com/data-apis/array-api-tests/pull/157
49
- repository: asmeurer/array-api-tests
50
- ref: xfails-file
51
- name: Set up Python ${{ matrix.python-version }}
52
uses: actions/setup-python@v1
53
0 commit comments