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.
1 parent 921d40e commit 8535d96Copy full SHA for 8535d96
.github/workflows/array-api-tests.yml
@@ -39,7 +39,7 @@ jobs:
39
else
40
python -m pip install 'numpy>=1.26,<2.0';
41
fi
42
- python -m pip install .
+ python -m pip install ${GITHUB_WORKSPACE}/array-api-strict
43
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
44
- name: Run the array API testsuite
45
env:
@@ -48,6 +48,5 @@ jobs:
48
# tests fail in numpy 1.26 on bad scalar type promotion behavior)
49
NPY_PROMOTION_STATE: weak
50
run: |
51
- export PYTHONPATH="${GITHUB_WORKSPACE}/array-api-compat"
52
cd ${GITHUB_WORKSPACE}/array-api-tests
53
pytest array_api_tests/ --xfails-file ${PYTEST_ARGS}
0 commit comments