Skip to content

Commit c55b9e7

Browse files
committed
add workaround for data-apis/array-api#631
1 parent 26fde03 commit c55b9e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/jax-array-api.yml

+4
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ jobs:
2626
repository: data-apis/array-api-tests
2727
submodules: 'true'
2828
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
2933
- name: Set up Python ${{ matrix.python-version }}
3034
uses: actions/setup-python@v1
3135
with:

0 commit comments

Comments
 (0)