Skip to content

Commit 97bc8b8

Browse files
tylerjereddyNaderAlAwar
authored andcommitted
MAINT: PR 39 revisions
* reduce compiled view ranks from 5 to 4 in attempt to alleviate compilation memory issue * the reason for going above 3 is that 4 is the current preferred minimum for the Python array API standard per this discussion: data-apis/array-api#479
1 parent 7526259 commit 97bc8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119
python -m pip install pytest &&
120120
python setup.py install
121121
--enable-layouts
122-
--enable-view-ranks=5
122+
--enable-view-ranks=4
123123
--disable-memory-traits
124124
--enable-werror
125125
-- -DENABLE_EXAMPLES=ON

0 commit comments

Comments
 (0)