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 have a project that uses pyproject.toml to configure settings. When I try to use your GitHub action with this project, I get the error yapf: toml package is needed for using pyproject.toml as a configuration file.
I believe this stems from the fact that your action doesn't include toml in the requirements.txt. Could you please add this (I'm happy to open a PR for this if you'd like).
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I have a project that uses
pyproject.toml
to configure settings. When I try to use your GitHub action with this project, I get the erroryapf: toml package is needed for using pyproject.toml as a configuration file
.I believe this stems from the fact that your action doesn't include
toml
in therequirements.txt
. Could you please add this (I'm happy to open a PR for this if you'd like).Thanks!
The text was updated successfully, but these errors were encountered: