Skip to content

Commit 6642522

Browse files
committed
Note submodule in readme
1 parent 27a00d7 commit 6642522

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@ welcome!
1010

1111
### Setup
1212

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+
1322
To run the tests, install the testing dependencies.
1423

1524
```bash

0 commit comments

Comments
 (0)