Skip to content

Commit 176fdbe

Browse files
committed
Fix array-api-tests.yml checkout action syntax
1 parent 045ab58 commit 176fdbe

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@ jobs:
1212
steps:
1313
- name: Checkout array-api-compat
1414
uses: actions/checkout@v3
15-
path: array-api-compat
15+
with:
16+
path: array-api-compat
1617
- name: Checkout array-api-tests
1718
uses: actions/checkout@v3
1819
repository: data-apis/array-api-tests
1920
with:
2021
submodules: 'true'
21-
path: array-api-tests
22+
path: array-api-tests
2223
- name: Set up Python ${{ matrix.python-version }}
2324
uses: actions/setup-python@v1
2425
with:

0 commit comments

Comments
 (0)