Skip to content

Commit 1ea0b59

Browse files
committed
Install the array-api-tests requirements
1 parent f98ef77 commit 1ea0b59

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
run: |
2929
python -m pip install --upgrade pip
3030
python -m pip install numpy
31+
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
3132
- name: Run the array API testsuite (NumPy)
3233
env:
3334
ARRAY_API_TESTS_MODULE: array_api_compat.numpy

0 commit comments

Comments
 (0)