Skip to content

Commit d26a847

Browse files
committed
Use the master branch of array-api-tests everywhere
1 parent 50e273d commit d26a847

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,8 @@ jobs:
4545
submodules: 'true'
4646
path: array-api-tests
4747

48-
# Temporarily use https://github.com/data-apis/array-api-tests/pull/157
49-
repository: asmeurer/array-api-tests
50-
ref: xfails-file
48+
repository: data-apis/array-api-tests
49+
ref: master
5150
- name: Set up Python ${{ matrix.python-version }}
5251
uses: actions/setup-python@v1
5352
with:

test_cupy.sh

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@ cd $tmpdir
1818
git clone https://github.com/data-apis/array-api-tests
1919
cd array-api-tests
2020

21-
# Remove this once https://github.com/data-apis/array-api-tests/pull/157 is
22-
# merged
23-
git remote add asmeurer https://github.com/asmeurer/array-api-tests
24-
git fetch asmeurer
25-
git checkout asmeurer/xfails-file
26-
2721
git submodule update --init
2822

2923
# store the hypothesis examples database in this directory, so that failures

0 commit comments

Comments
 (0)