Skip to content

Commit

Permalink
Update django.yml
Browse files Browse the repository at this point in the history
install poetry using snok action
  • Loading branch information
LTDakin authored Aug 21, 2024
1 parent 87398c0 commit 4737230
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry Action
uses: snok/[email protected]
- name: Install Dependencies
run: |
poetry install
Expand Down

0 comments on commit 4737230

Please sign in to comment.