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 27a00d7 commit 6642522Copy full SHA for 6642522
README.md
@@ -10,6 +10,15 @@ welcome!
10
11
### Setup
12
13
+Currently we pin the Array API specification repo [`array-api`](https://github.com/data-apis/array-api/)
14
+as a git submodule. This might change in the future to better support vendoring
15
+use cases (see [#107](https://github.com/data-apis/array-api-tests/issues/107)),
16
+but for now be sure submodules are pulled too, e.g.
17
+
18
+```bash
19
+$ git submodule update --init
20
+```
21
22
To run the tests, install the testing dependencies.
23
24
```bash
0 commit comments