You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, the offending line (using PythonCall, MathOptAI, I think) works fine in julia --project=test without CondaPkg explicitly installed. Not sure what's going on here. Feel free to close if there's nothing to be done, but thought I'd open in case this happens to someone else.
The text was updated successfully, but these errors were encountered:
When trying to run the tests with
julia --project=test test/runtests.jl
, I get a long error message at the Doctest step:This goes away if I install
CondaPkg
in thetest
environment. Mytest/Project.toml
is then:However, the offending line (
using PythonCall, MathOptAI
, I think) works fine injulia --project=test
withoutCondaPkg
explicitly installed. Not sure what's going on here. Feel free to close if there's nothing to be done, but thought I'd open in case this happens to someone else.The text was updated successfully, but these errors were encountered: