Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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