haasad / PyPardiso

Python interface to the Intel MKL Pardiso library to solve large sparse linear systems of equations
BSD 3-Clause "New" or "Revised" License
135 stars 20 forks source link

Invert pipeline success to detect future windows mkl fix #73

Closed haasad closed 7 months ago

haasad commented 7 months ago

On conda-forge mkl is pinned to <2024 currently, but conda tests run with latest (currently broken) mkl releases

This PR inverts the pipeline success for windows conda tests. This has two benefits, a) canary pipeline "won't fail" every day, b) as soon as fixed mkl packages are released the pipeline will fail thereby notifying about required action to update mkl pins