From 78b6679d7c9fa083ba635a82370a8baff9946404 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Sun, 9 May 2021 12:40:46 +0300 Subject: shut pip up --- action.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/action.yml b/action.yml index c4b5332..eb5a1aa 100644 --- a/action.yml +++ b/action.yml @@ -73,6 +73,14 @@ runs: } echo "::set-output name=bin_dir::$bin_dir" + env: + PIP_NO_PYTHON_VERSION_WARNING: 1 + PIP_DISABLE_PIP_VERSION_CHECK: 1 + # This is hilarious: --no-warn-script-location is defined with + # action='store_false', which is why it's kind of inverted compared to + # the options above. + # https://github.com/pypa/pip/issues/5200 + PIP_NO_WARN_SCRIPT_LOCATION: 0 shell: pwsh - id: build -- cgit v1.2.3