File tree 1 file changed +9
-7
lines changed
1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 83
83
install-jax : [0]
84
84
install-torch : [0]
85
85
part :
86
- - " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
87
86
- " tests --ignore=tests/tensor --ignore=tests/scan --ignore=tests/sparse"
88
87
- " tests/scan"
89
88
- " tests/sparse"
@@ -100,19 +99,22 @@ jobs:
100
99
float32 : 1
101
100
- fast-compile : 1
102
101
float32 : 1
103
- - part : " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
104
- float32 : 1
105
- - part : " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
106
- fast-compile : 1
107
102
- numpy-version : " ~=1.26.0"
108
103
fast-compile : 1
109
104
- numpy-version : " ~=1.26.0"
110
105
float32 : 1
111
106
- numpy-version : " ~=1.26.0"
112
107
python-version : " 3.13"
113
- - numpy-version : " ~=1.26.0"
114
- part : " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
115
108
include :
109
+ - os : " ubuntu-latest"
110
+ part : " --doctest-modules pytensor --ignore=pytensor/misc/check_duplicate_key.py --ignore=pytensor/link"
111
+ python-version : " 3.12"
112
+ numpy-version : " >=2.0"
113
+ fast-compile : 0
114
+ float32 : 0
115
+ install-numba : 0
116
+ install-jax : 0
117
+ install-torch : 0
116
118
- install-numba : 1
117
119
os : " ubuntu-latest"
118
120
python-version : " 3.10"
You can’t perform that action at this time.
0 commit comments