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
My CI pipelines using tox-conda don't seem to work anymore as of recently, as I get the following error:
File "/home/runner/work/xugrid/xugrid/.tox/.tox/lib/python3.10/site-packages/tox_conda/plugin.py", line 10, in <module>
import py.path
ModuleNotFoundError: No module named 'py'
I have a suspicion this is because py.path has been renamed to path?