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
Hi, I'm trying to add some configurations to my invoke and I encounter this warning at each run
/usr/lib/python3/dist-packages/invoke/config.py:908: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.
return yaml.load(fd)
From a quick google search it seems to be because I use a newest version of PyYML.
Hi, I'm trying to add some configurations to my invoke and I encounter this warning at each run
From a quick google search it seems to be because I use a newest version of PyYML.
Pip Packages
The text was updated successfully, but these errors were encountered: