Hi all,
I have been releasing new versions of my package using Registrator.jl without any trouble until May 24th of this year. On my latest release, saying
@JuliaRegistrator register
as a comment to the last GitHub commit to trigger package registration fails with this error on GitHub/JuliaRegistries
[ Info: Installing matplotlib via the Conda matplotlib package...
[ Info: Running `conda install -y matplotlib` in root environment
ResolvePackageNotFound:
- conda==23.1.0
ERROR: LoadError: InitError: failed process: Process(setenv(`/tmp/jl_DShtXf/conda/3/x86_64/bin/conda install -y matplotlib`,["PYTHONIOENCODING=UTF-8", "PATH=/opt/hostedtoolcache/julia/1.9.2/x64/bin:/home/runner/.local/bin:/opt/pipx_bin:/home/runner/.cargo
Has something changed on GitHub / JuliaRegistries? I do have PyPlot as a listed dependency in Project.toml
and consequently matplotlib
is installed via conda
and nothing has changed there. Any pointers will be much appreciated.