Skip to content

Commit

Permalink
Install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tmclaugh committed Aug 8, 2024
1 parent 2a22a6d commit 47de8bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ jobs:
python-version: 3.12
cache: pipenv

- name: Install dependencies
id: install-python-deps
shell: bash
run: pipenv install --dev

- name: Assume build account AWS credentials
id: build-account-credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit 47de8bd

Please sign in to comment.