Skip to content

Commit c24abe4

Browse files
committed
Fix workflow names
1 parent 80a20e8 commit c24abe4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Array API Tests (NumPy)
1+
name: Array API Tests (NumPy 1.21)
22

33
on: [push, pull_request]
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Array API Tests (NumPy)
1+
name: Array API Tests (NumPy Latest)
22

33
on: [push, pull_request]
44

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Array API Tests (PyTorch)
1+
name: Array API Tests (PyTorch Latest)
22

33
on: [push, pull_request]
44

0 commit comments

Comments
 (0)