Skip to content

Commit

Permalink
Merge pull request #309 from jwaycube/fix-publish
Browse files Browse the repository at this point in the history
fix(cicd-infra): install requirements for coverage
  • Loading branch information
leeping-ng authored Jul 12, 2021
2 parents 9c69058 + 52be8d4 commit 09b8b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ jobs:
- name: Local Test
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install .
bash ./scripts/run_tests.sh all
bash ./scripts/usecase_tests.sh
Expand Down

0 comments on commit 09b8b04

Please sign in to comment.