Skip to content

Commit 343ebf4

Browse files
committed
DNM depend on array-api-compat@staging
1 parent fe04348 commit 343ebf4

File tree

3 files changed

+45
-37
lines changed

3 files changed

+45
-37
lines changed

.github/workflows/test-vendor.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@ jobs:
2929
- name: Checkout array-api-compat
3030
uses: actions/checkout@v4
3131
with:
32-
repository: data-apis/array-api-compat
32+
# DNM
33+
# repository: data-apis/array-api-compat
34+
repository: crusaderky/array-api-compat
35+
ref: d7ab986843cc9eb20882d7ccbf7248d78fcbd759
36+
# /DNM
3337
path: array-api-compat
3438

3539
- name: Vendor array-api-extra into test package

0 commit comments

Comments
 (0)