Skip to content

Commit

Permalink
Update test.cli.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper authored May 14, 2024
1 parent 1399e24 commit 9bf4c97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 .
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9bf4c97

Please sign in to comment.