We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0db034d commit 39cbfd4Copy full SHA for 39cbfd4
.github/workflows/array-api-tests-numpy.yml
@@ -3,7 +3,7 @@ name: Array API Tests (NumPy)
3
on: [push, pull_request]
4
5
jobs:
6
- call-workflow-passing-data:
7
- uses: ./github/workflows/array-api-tests.yml
+ array-api-tests-numpy:
+ uses: ./.github/workflows/array-api-tests.yml
8
with:
9
package-name: numpy
.github/workflows/array-api-tests-torch.yml
@@ -3,7 +3,7 @@ name: Array API Tests (PyTorch)
+ array-api-tests-torch:
package-name: torch
0 commit comments