Skip to content

Commit 7124dcf

Browse files
committed
use -compat @ main
1 parent 8159662 commit 7124dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python -m pip install ${{ matrix.array-api-module }}
3737
fi
3838
python -m pip install -r requirements.txt
39-
python -m pip install array-api-compat
39+
python -m pip install git+https://github.com/data-apis/array-api-compat.git
4040
- name: Run the test suite
4141
env:
4242
ARRAY_API_TESTS_MODULE: ${{ matrix.array-api-module }}

0 commit comments

Comments
 (0)