We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26fde03 commit c55b9e7Copy full SHA for c55b9e7
.github/workflows/jax-array-api.yml
@@ -26,6 +26,10 @@ jobs:
26
repository: data-apis/array-api-tests
27
submodules: 'true'
28
path: 'array-api-tests'
29
+ - name: Fix array-apis bug
30
+ # Temporary workaround for https://github.com/data-apis/array-api/issues/631
31
+ run: |
32
+ sed -i -e 's/\\/\\\\/g' array-api-tests/array-api/spec/API_specification/signatures/*.py
33
- name: Set up Python ${{ matrix.python-version }}
34
uses: actions/setup-python@v1
35
with:
0 commit comments