Skip to content

Commit 045ab58

Browse files
committed
Fix the job name in the array API tests GitHub Action
1 parent 932c95f commit 045ab58

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
name: NumPy Array API
1+
name: Array API Tests
22

33
on: [push, pull_request]
44

55
jobs:
6-
build:
7-
6+
tests:
87
runs-on: ubuntu-latest
98
strategy:
109
matrix:

0 commit comments

Comments
 (0)