File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 66
66
env :
67
67
USE_DEV : " false"
68
68
LOG_USING_RXINFER : " false"
69
+ JULIA_FASTCHOLESKY_THROW_ERROR_NON_SYMMETRIC : 1
69
70
- uses : julia-actions/julia-processcoverage@v1
70
71
- uses : codecov/codecov-action@v4
71
72
with :
95
96
- name : Build and test examples
96
97
env :
97
98
LOG_USING_RXINFER : " false"
99
+ JULIA_FASTCHOLESKY_THROW_ERROR_NON_SYMMETRIC : 1
98
100
run : |
99
101
julia -e 'using Pkg; Pkg.add("Weave"); Pkg.develop(path="RxInfer.jl"); Pkg.precompile()'
100
102
cd RxInferExamples.jl
@@ -116,6 +118,7 @@ jobs:
116
118
env :
117
119
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
118
120
LOG_USING_RXINFER : " false"
121
+ JULIA_FASTCHOLESKY_THROW_ERROR_NON_SYMMETRIC : 1
119
122
format-check :
120
123
name : Code Format Check
121
124
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments