File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 2525 strategy :
2626 matrix :
2727 os : [ubuntu-latest]
28+ linker : [c, numba]
2829 python-version : ["3.11"]
2930 test-subset :
3031 - tests/model
3738 runs-on : ${{ matrix.os }}
3839 env :
3940 TEST_SUBSET : ${{ matrix.test-subset }}
40- PYTENSOR_FLAGS : gcc__cxxflags='-march=native'
41+ PYTENSOR_FLAGS : linker=${{ matrix.linker }}
4142 defaults :
4243 run :
4344 shell : bash -leo pipefail {0}
6970 strategy :
7071 matrix :
7172 os : [windows-latest]
73+ linker : [c, numba]
7274 python-version : ["3.12"]
7375 test-subset :
7476 - tests/model
8183 runs-on : ${{ matrix.os }}
8284 env :
8385 TEST_SUBSET : ${{ matrix.test-subset }}
84- PYTENSOR_FLAGS : gcc__cxxflags='-march=core2'
86+ PYTENSOR_FLAGS : linker=${{ matrix.linker }}
8587 defaults :
8688 run :
8789 shell : cmd /C call {0}
You can’t perform that action at this time.
0 commit comments