JuliaAI / MLJModels.jl

Home of the MLJ model registry and tools for model queries and mode code loading
MIT License
78 stars 27 forks source link

Add a workaround to fix CI failure for Julia 1.6 #527

Closed ablaom closed 9 months ago

ablaom commented 9 months ago

The failure noted in #526 appears to be due to https://github.com/JuliaLang/Pkg.jl/issues/3628 . This PR adds a workaround to address the issue.

codecov[bot] commented 9 months ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ba5de1b) 76.76% compared to head (d6ace3c) 76.76%. Report is 2 commits behind head on dev.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## dev #527 +/- ## ======================================= Coverage 76.76% 76.76% ======================================= Files 16 16 Lines 1162 1162 ======================================= Hits 892 892 Misses 270 270 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

rikhuijzer commented 9 months ago

The failure noted in #526 appears to be due to JuliaLang/Pkg.jl#3628 . This PR adds a workaround to address the issue.

Thanks for looking into this 😄