Skip to content

Commit

Permalink
Merge pull request #9 from tryolabs/cd-dependencies
Browse files Browse the repository at this point in the history
Add dependencies installation step on cd.yml
  • Loading branch information
aguscas authored Jun 27, 2024
2 parents 196999c + 0bce2e1 commit 8a6d973
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install dependencies for testing
run: |
pip install -r requirements-test.txt
- name: Set up Cloud SDK
uses: google-github-actions/[email protected]
with:
Expand Down

0 comments on commit 8a6d973

Please sign in to comment.