X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/4005246f86d1459e1123ac399721054182e9fef6..82e150a13ac78a1f24de27977d8a40883bc3d6e7:/action/main.py?ds=sidebyside diff --git a/action/main.py b/action/main.py index fde3125..d14b10f 100644 --- a/action/main.py +++ b/action/main.py @@ -14,7 +14,7 @@ VERSION = os.getenv("INPUT_VERSION", default="") run([sys.executable, "-m", "venv", str(ENV_PATH)], check=True) -req = "black[colorama,python2]" +req = "black[colorama]" if VERSION: req += f"=={VERSION}" pip_proc = run(