1 parent a4023cc commit 39a9279Copy full SHA for 39a9279
1 file changed
.github/workflows/test.yml
@@ -26,8 +26,9 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install array-api-strict
+ python -m pip install https://github.com/data-apis/array-api-strict.git
30
python -m pip install -r requirements.txt
31
+ python -c'import array_api_strict; print(array_api_strict.__file__)'
32
- name: Run the test suite
33
env:
34
ARRAY_API_TESTS_MODULE: array_api_strict
0 commit comments