Skip to content

Commit 91609a9

Browse files
committed
.
1 parent 39a9279 commit 91609a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
python -m pip install https://github.com/data-apis/array-api-strict.git
29+
python -m pip install git+https://github.com/data-apis/array-api-strict.git@main
3030
python -m pip install -r requirements.txt
3131
python -c'import array_api_strict; print(array_api_strict.__file__)'
3232
- name: Run the test suite

0 commit comments

Comments
 (0)