Skip to content

Commit 3099237

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: .github/workflows/numpy.yml

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

1313
steps:
14+
- name: Checkout array-api-tests
1415
- 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)