Skip to content

Commit 653c4e4

Browse files
committed
Change the NumPy latest CI to test NumPy 1.26
1 parent ac15c52 commit 653c4e4

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Array API Tests (NumPy Latest)
1+
name: Array API Tests (NumPy 1.26)
22

33
on: [push, pull_request]
44

@@ -7,3 +7,5 @@ jobs:
77
uses: ./.github/workflows/array-api-tests.yml
88
with:
99
package-name: numpy
10+
package-version: '== 1.26.*'
11+
xfails-file-extra: '-1-26'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)