We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8159662 commit 7124dcfCopy full SHA for 7124dcf
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
python -m pip install ${{ matrix.array-api-module }}
37
fi
38
python -m pip install -r requirements.txt
39
- python -m pip install array-api-compat
+ python -m pip install git+https://github.com/data-apis/array-api-compat.git
40
- name: Run the test suite
41
env:
42
ARRAY_API_TESTS_MODULE: ${{ matrix.array-api-module }}
0 commit comments