Skip to content

Commit

Permalink
Add poetry action
Browse files Browse the repository at this point in the history
  • Loading branch information
kks32 committed Oct 27, 2023
1 parent 44d108a commit 6c321ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version: 3.9
- name: Run image
uses: abatilo/actions-poetry@v2
with:
poetry-version: 3.9
- name: Install the project dependencies
run: poetry install
- name: Build package
Expand Down

0 comments on commit 6c321ba

Please sign in to comment.