Skip to content

Commit

Permalink
install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Aug 3, 2023
1 parent 47a1bb7 commit a069bb3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/create-cost-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch:

jobs:
deploy:
create-cost-report:
runs-on: ubuntu-latest
steps:
- name: Check out code
Expand All @@ -21,6 +21,8 @@ jobs:
- name: 'Set up Cloud SDK'
uses: 'google-github-actions/setup-gcloud@v0'

- run: pip install -r ./scripts/cost-estimation/requirements.txt

- name: Calculate costs
run: |
./scripts/cost-estimation/calculate-costs.sh >> "${GITHUB_STEP_SUMMARY}"
1 change: 1 addition & 0 deletions scripts/cost-estimation/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
tabulate==0.9.0

0 comments on commit a069bb3

Please sign in to comment.