chore(ci): update PATH
Some checks failed
CI / ci (pull_request) Failing after 46s

This commit is contained in:
Luke Tainton 2024-12-31 22:46:24 +00:00
parent b7c9b98abb
commit c544c54785
Signed by: luke
SSH Key Fingerprint: SHA256:D34npKT7UaiT/7gULqu7EPSLWWVAjTjXf4kKfJ/fQBo

View File

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