Skip to content

Commit c42b57c

Browse files
committed
Only run fast-compile and float32 on most recent supported Python version
1 parent c28db53 commit c42b57c

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -86,13 +86,10 @@ jobs:
8686
- "tests/tensor/test_blas.py tests/tensor/test_elemwise.py tests/tensor/test_math_scipy.py"
8787
exclude:
8888
- python-version: "3.8"
89-
fast-compile: 0
90-
float32: 1
91-
- python-version: "3.10"
9289
fast-compile: 1
93-
- python-version: "3.10"
90+
- python-version: "3.8"
9491
float32: 1
95-
- python-version: "3.10"
92+
- python-version: "3.8"
9693
part: "tests/tensor/test_math.py"
9794
steps:
9895
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)