Skip to content

Commit 921d40e

Browse files
committed
Fix dependencies install for array-api-tests CI
1 parent 397c5e9 commit 921d40e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ jobs:
3939
else
4040
python -m pip install 'numpy>=1.26,<2.0';
4141
fi
42+
python -m pip install .
43+
python -m pip install -r ${GITHUB_WORKSPACE}/array-api-tests/requirements.txt
4244
- name: Run the array API testsuite
4345
env:
4446
ARRAY_API_TESTS_MODULE: array_api_strict

0 commit comments

Comments
 (0)