chore(ci): ensure poetry is available

This commit is contained in:
Luke Tainton 2024-12-31 22:43:53 +00:00
parent 8eef75007a
commit 7f4070c6b7
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

@ -30,6 +30,7 @@ jobs:
python-version: "${{ vars.PYTHON_VERSION }}"
- name: Setup Poetry
uses: abatilo/actions-poetry@v3
- run: pipx ensurepath
- name: Install dependencies
run: poetry install
- name: Lint