Skip to content

Commit 5c1001c

Browse files
committed
Test array_api_strict on CI
1 parent b7cd5ce commit 5c1001c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/numpy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
python -m pip install --upgrade pip
25-
python -m pip install numpy==1.26.2
25+
python -m pip install array-api-strict
2626
python -m pip install -r requirements.txt
2727
- name: Run the test suite
2828
env:
29-
ARRAY_API_TESTS_MODULE: numpy.array_api
29+
ARRAY_API_TESTS_MODULE: array_api_strict
3030
run: |
31-
pytest -v -rxXfE --skips-file numpy-skips.txt array_api_tests/
31+
pytest -v -rxXfE --skips-file numpy-skips.txt

0 commit comments

Comments
 (0)