From 03f79ed211d9fda512108d2a3e5b7d0a76ea2d23 Mon Sep 17 00:00:00 2001 From: Stas Date: Mon, 11 Oct 2021 15:19:48 -0700 Subject: [PATCH] Work around for newly-upgraded pip breaking pip-licenses (#1346) * Work around for newly upgrdaded pip breaking pip-licenses (can be reverted once https://github.com/raimon49/pip-licenses/issues/113 is fixed) * Update .github/workflows/ci.yml Co-authored-by: Joe Ranweiler Co-authored-by: stas Co-authored-by: Joe Ranweiler --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c549097e..1d16ec70a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -89,7 +89,8 @@ jobs: set -ex ls artifacts cd src/cli - python -m pip install --upgrade pip + # Workaround: pin `pip` version until raimon49/pip-licenses#113 is fixed. + python -m pip install --upgrade pip==21.2.4 pip install -r requirements-dev.txt pip-licenses -uf json > onefuzz/data/licenses.json python setup.py sdist bdist_wheel