Skip to content

Commit

Permalink
Add poetry install (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
devinmatte authored Oct 11, 2023
1 parent 97df0bc commit 7f167db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry dependencies
run: poetry install
- name: Generate AWS profile
run: |
mkdir ~/.aws
Expand Down

0 comments on commit 7f167db

Please sign in to comment.