We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
array_api_strict
1 parent 20f01b4 commit 8201b17Copy full SHA for 8201b17
.github/workflows/numpy.yml
@@ -22,10 +22,10 @@ jobs:
22
- name: Install dependencies
23
run: |
24
python -m pip install --upgrade pip
25
- python -m pip install numpy==1.26.2
+ python -m pip install array-api-strict
26
python -m pip install -r requirements.txt
27
- name: Run the test suite
28
env:
29
- ARRAY_API_TESTS_MODULE: numpy.array_api
+ ARRAY_API_TESTS_MODULE: array_api_strict
30
31
- pytest -v -rxXfE --skips-file numpy-skips.txt array_api_tests/
+ pytest -v -rxXfE --skips-file numpy-skips.txt
0 commit comments