Skip to content

Commit 39cbfd4

Browse files
committed
Fix workflow path
1 parent 0db034d commit 39cbfd4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Array API Tests (NumPy)
33
on: [push, pull_request]
44

55
jobs:
6-
call-workflow-passing-data:
7-
uses: ./github/workflows/array-api-tests.yml
6+
array-api-tests-numpy:
7+
uses: ./.github/workflows/array-api-tests.yml
88
with:
99
package-name: numpy

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Array API Tests (PyTorch)
33
on: [push, pull_request]
44

55
jobs:
6-
call-workflow-passing-data:
7-
uses: ./github/workflows/array-api-tests.yml
6+
array-api-tests-torch:
7+
uses: ./.github/workflows/array-api-tests.yml
88
with:
99
package-name: torch

0 commit comments

Comments
 (0)