Skip to content

Commit

Permalink
🐛(github) fix PyPI publication workflow
Browse files Browse the repository at this point in the history
Don't forget to install poetry!
  • Loading branch information
jmaupetit committed Jun 14, 2024
1 parent bf6fe2b commit c186243
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
working-directory: ./src/client
steps:
- uses: actions/checkout@v4
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v5
with:
python-version: "3.12"
Expand Down

0 comments on commit c186243

Please sign in to comment.