From 9bf4c976ee91c2fb094a2d71c7ead212c1f32b7f Mon Sep 17 00:00:00 2001 From: idimov-keeper <78815270+idimov-keeper@users.noreply.github.com> Date: Tue, 14 May 2024 12:27:51 -0500 Subject: [PATCH] Update test.cli.yml --- .github/workflows/test.cli.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.cli.yml b/.github/workflows/test.cli.yml index 93823950..2df1a580 100644 --- a/.github/workflows/test.cli.yml +++ b/.github/workflows/test.cli.yml @@ -24,6 +24,7 @@ jobs: working-directory: ./sdk/python/core run: | python3 -m pip install --upgrade pip + python3 -m pip install setuptools python3 -m pip install -r requirements.txt python3 -m pip install -e . @@ -52,7 +53,7 @@ jobs: working-directory: ./integration/keeper_secrets_manager_cli run: | python3 -m pip install -r requirements.txt - python3 -m pip install pytest pytest-cov setuptools + python3 -m pip install pytest pytest-cov - name: Run CLI tests working-directory: ./integration/keeper_secrets_manager_cli