From e0f2e9ed5aae006e0054387de7a0ff8c83c8f722 Mon Sep 17 00:00:00 2001 From: Cheick Keita Date: Thu, 3 Feb 2022 15:54:30 -0800 Subject: [PATCH] fix cli build (#1638) * fix cli build * build fix --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d6a5e1f13..0bdbb31cb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,6 +88,8 @@ jobs: run: | set -ex ls artifacts + python -mvenv cli_venv + . cli_venv/Scripts/activate cd src/cli python -m pip install --upgrade pip pip install -r requirements-dev.txt @@ -110,6 +112,7 @@ jobs: shell: bash run: | set -ex + . cli_venv/Scripts/activate cd src/cli pip install -r requirements-lint.txt flake8 .