p-gw / FactorRotations.jl

Rotation methods for factor analysis and principal component analysis in Julia
https://p-gw.github.io/FactorRotations.jl/
MIT License
7 stars 2 forks source link

CI: Tolerate Nightly Failures #60

Closed alyst closed 6 months ago

alyst commented 6 months ago

To address current Enzyme.jl-related failures, but also in general for this package nightly failures is an issue that one needs to be aware of, but not a showstopper.

alyst commented 6 months ago

Hmm, that does not seem to provide the green checkbox. :( But maybe the badge is smart enough to recognize the "allow_failures" property (see e.g. JuliaSmoothOptimizers/SolverTest.jl#6)

p-gw commented 6 months ago

I was annoyed by this as well.

Thanks, this solution works, but I had to create my own branch to test it since you can only create badges for branches in your own repo. I just pushed that one instead.