Skip to content

Commit 28bdf35

Browse files
committed
Fix checkout action syntax
1 parent bd52c12 commit 28bdf35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/array-api-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
path: array-api-compat
1717
- name: Checkout array-api-tests
1818
uses: actions/checkout@v3
19-
repository: data-apis/array-api-tests
2019
with:
20+
repository: data-apis/array-api-tests
2121
submodules: 'true'
2222
path: array-api-tests
2323
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)