Hello, I have a project where I use both PyCall and RCall with both downloaded using conda (i.e. I set both ENV["PYTHON"] = ""
and ENV["R_HOME"] = "*"
).
Now the issue is in github CI, where conda complains of package conflicts and fail to install them. If instead I erase the .julia
folder on my pc and start installing them one by one instead of resolving/initialize the environment, it works fine.
Which workaround could I use to force loading the two package one after the other in github CI ?