Skip to content

Commit 39a9279

Browse files
committed
CI: use array_api_strict main branch for testing
1 parent a4023cc commit 39a9279

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install array-api-strict
29+
python -m pip install https://github.com/data-apis/array-api-strict.git
3030
python -m pip install -r requirements.txt
31+
python -c'import array_api_strict; print(array_api_strict.__file__)'
3132
- name: Run the test suite
3233
env:
3334
ARRAY_API_TESTS_MODULE: array_api_strict

0 commit comments

Comments
 (0)