Skip to content

Commit fc6aa30

Browse files
committed
Fix the job name for NumPy 1.21
1 parent f6b5841 commit fc6aa30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Array API Tests (NumPy Latest)
33
on: [push, pull_request]
44

55
jobs:
6-
array-api-tests-numpy:
6+
array-api-tests-numpy-1-21:
77
uses: ./.github/workflows/array-api-tests.yml
88
with:
99
package-name: numpy

0 commit comments

Comments
 (0)