diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-09 12:40:46 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-05-11 01:11:51 +0300 |
commit | 78b6679d7c9fa083ba635a82370a8baff9946404 (patch) | |
tree | 5c87a48c232b19a417d89e8a455b2a358fd5250a /action.yml | |
parent | bump cmake-common (diff) | |
download | build-boost-78b6679d7c9fa083ba635a82370a8baff9946404.tar.gz build-boost-78b6679d7c9fa083ba635a82370a8baff9946404.zip |
shut pip up
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |