Skip to content

Commit

Permalink
Update test.python.helper.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
idimov-keeper authored May 14, 2024
1 parent 5e0bd74 commit 1399e24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.python.helper.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 All @@ -38,7 +39,7 @@ jobs:
working-directory: ./sdk/python/helper
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: ./sdk/python/helper
Expand Down

0 comments on commit 1399e24

Please sign in to comment.