PythonCall.jl
PythonCall.jl copied to clipboard
Benchmarks failing in CI
The benchmarks in CI fail every time now.
Example: https://github.com/JuliaPy/PythonCall.jl/actions/runs/19360980161/job/55392621221?pr=716
The error is something about a commit not existing.
@MilesCranmer any idea what the fix is?
This is a Pkg.jl bug which will be fixed on the next Julia patch 1.12.2: https://github.com/JuliaLang/Pkg.jl/issues/4422
Ah cool, cheers.