Skip to content

Commit 02f6d7f

Browse files
committed
Enable submodules for NumPy workflow
1 parent 56d452d commit 02f6d7f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Diff for: .github/workflows/numpy.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@ jobs:
1111
python-version: [3.8, 3.9]
1212

1313
steps:
14-
- uses: actions/checkout@v1
14+
- name: Checkout array-api-tests
15+
uses: actions/checkout@v1
16+
with:
17+
submodules: 'true'
1518
- name: Set up Python ${{ matrix.python-version }}
1619
uses: actions/setup-python@v1
1720
with:

0 commit comments

Comments
 (0)