提交 99a84db7 authored 作者: danhphan's avatar danhphan 提交者: Thomas Wiecki

Remove strategy.matrix.include option

上级 cdd55606
...@@ -68,8 +68,8 @@ jobs: ...@@ -68,8 +68,8 @@ jobs:
fail-fast: true fail-fast: true
matrix: matrix:
python-version: ["3.7", "3.9"] python-version: ["3.7", "3.9"]
fast-compile: [0] fast-compile: [0,1]
float32: [0] float32: [0,1]
install-numba: [1] install-numba: [1]
part: part:
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse" - "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
...@@ -81,35 +81,6 @@ jobs: ...@@ -81,35 +81,6 @@ jobs:
- "tests/tensor/test_math.py" - "tests/tensor/test_math.py"
- "tests/tensor/test_math_scipy.py" - "tests/tensor/test_math_scipy.py"
- "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py" - "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
include:
- python-version: "3.7"
fast-compile: 1
float32: 1
install-numba: 1
part:
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
- "tests/scan"
- "tests/sparse"
- "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"
- "tests/tensor/conv"
- "tests/tensor/test_basic.py tests/tensor/test_inplace.py"
- "tests/tensor/test_math.py"
- "tests/tensor/test_math_scipy.py"
- "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
- python-version: "3.7"
fast-compile: 1
float32: 0
install-numba: 1
part:
- "tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
- "tests/scan"
- "tests/sparse"
- "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"
- "tests/tensor/conv"
- "tests/tensor/test_basic.py tests/tensor/test_inplace.py"
- "tests/tensor/test_math.py"
- "tests/tensor/test_math_scipy.py"
- "tests/tensor/test_elemwise.py tests/tensor/rewriting/test_basic.py tests/tensor/rewriting/test_math.py"
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with: with:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论