File tree Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Expand file tree Collapse file tree 2 files changed +2
-9
lines changed Original file line number Diff line number Diff line change 45
45
submodules : ' true'
46
46
path : array-api-tests
47
47
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
51
50
- name : Set up Python ${{ matrix.python-version }}
52
51
uses : actions/setup-python@v1
53
52
with :
Original file line number Diff line number Diff line change @@ -18,12 +18,6 @@ cd $tmpdir
18
18
git clone https://github.com/data-apis/array-api-tests
19
19
cd array-api-tests
20
20
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
-
27
21
git submodule update --init
28
22
29
23
# store the hypothesis examples database in this directory, so that failures
You can’t perform that action at this time.
0 commit comments