Skip to content

Commit 05204b3

Browse files
committed
Fix the naming of the numpy jobs on CI
1 parent 32fc8e7 commit 05204b3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -3,7 +3,7 @@ name: Array API Tests (NumPy 1.21)
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

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

Lines changed: 1 addition & 1 deletion
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-1-21:
6+
array-api-tests-numpy-latest:
77
uses: ./.github/workflows/array-api-tests.yml
88
with:
99
package-name: numpy

0 commit comments

Comments
 (0)