1 parent 39a9279 commit 91609a9Copy full SHA for 91609a9
1 file changed
.github/workflows/test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install https://github.com/data-apis/array-api-strict.git
+ python -m pip install git+https://github.com/data-apis/array-api-strict.git@main
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
0 commit comments