Skip to content

Commit de68781

Browse files
committed
Use the main array-api-tests repo instead of my fork on CI
1 parent 2ec609d commit de68781

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,9 @@ jobs:
4141
- name: Checkout array-api-tests
4242
uses: actions/checkout@v3
4343
with:
44-
# repository: data-apis/array-api-tests
44+
repository: data-apis/array-api-tests
4545
submodules: 'true'
4646
path: array-api-tests
47-
48-
# Temporarily use https://github.com/data-apis/array-api-tests/pull/157
49-
repository: asmeurer/array-api-tests
50-
ref: xfails-file
5147
- name: Set up Python ${{ matrix.python-version }}
5248
uses: actions/setup-python@v1
5349
with:

0 commit comments

Comments
 (0)