aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-05-09 12:40:46 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-05-11 01:11:51 +0300
commit78b6679d7c9fa083ba635a82370a8baff9946404 (patch)
tree5c87a48c232b19a417d89e8a455b2a358fd5250a
parentbump cmake-common (diff)
downloadbuild-boost-78b6679d7c9fa083ba635a82370a8baff9946404.tar.gz
build-boost-78b6679d7c9fa083ba635a82370a8baff9946404.zip
shut pip up
-rw-r--r--action.yml8
1 files changed, 8 insertions, 0 deletions
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