Skip to content

Commit 99a84db

Browse files
danhphantwiecki
authored andcommitted
Remove strategy.matrix.include option
1 parent cdd5560 commit 99a84db

File tree

1 file changed

+3
-32
lines changed

1 file changed

+3
-32
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
fail-fast: true
6969
matrix:
7070
python-version: ["3.7", "3.9"]
71-
fast-compile: [0]
72-
float32: [0]
71+
fast-compile: [0,1]
72+
float32: [0,1]
7373
install-numba: [1]
7474
part:
7575
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
@@ -80,36 +80,7 @@ jobs:
8080
- "tests/tensor/test_basic.py tests/tensor/test_inplace.py"
8181
- "tests/tensor/test_math.py"
8282
- "tests/tensor/test_math_scipy.py"
83-
- "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
84-
include:
85-
- python-version: "3.7"
86-
fast-compile: 1
87-
float32: 1
88-
install-numba: 1
89-
part:
90-
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
91-
- "tests/scan"
92-
- "tests/sparse"
93-
- "tests/tensor --ignore=tests/tensor/conv --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_math_scipy.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/rewriting/test_basic.py --ignore=tests/tensor/rewriting/test_math.py"
94-
- "tests/tensor/conv"
95-
- "tests/tensor/test_basic.py tests/tensor/test_inplace.py"
96-
- "tests/tensor/test_math.py"
97-
- "tests/tensor/test_math_scipy.py"
98-
- "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
99-
- python-version: "3.7"
100-
fast-compile: 1
101-
float32: 0
102-
install-numba: 1
103-
part:
104-
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
105-
- "tests/scan"
106-
- "tests/sparse"
107-
- "tests/tensor --ignore=tests/tensor/conv --ignore=tests/tensor/test_basic.py --ignore=tests/tensor/test_math.py --ignore=tests/tensor/test_math_scipy.py --ignore=tests/tensor/test_inplace.py --ignore=tests/tensor/test_elemwise.py --ignore=tests/tensor/rewriting/test_basic.py --ignore=tests/tensor/rewriting/test_math.py"
108-
- "tests/tensor/conv"
109-
- "tests/tensor/test_basic.py tests/tensor/test_inplace.py"
110-
- "tests/tensor/test_math.py"
111-
- "tests/tensor/test_math_scipy.py"
112-
- "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
83+
- "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
11384
steps:
11485
- uses: actions/checkout@v3
11586
with:

0 commit comments

Comments
 (0)