This commit is contained in:
parent
b7c9b98abb
commit
c544c54785
@ -30,7 +30,8 @@ jobs:
|
|||||||
python-version: "${{ vars.PYTHON_VERSION }}"
|
python-version: "${{ vars.PYTHON_VERSION }}"
|
||||||
- name: Setup Poetry
|
- name: Setup Poetry
|
||||||
uses: abatilo/actions-poetry@v3
|
uses: abatilo/actions-poetry@v3
|
||||||
- run: pipx ensurepath
|
- name: Update PATH
|
||||||
|
run: PATH="/root/.local/bin:$PATH"
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: poetry install
|
run: poetry install
|
||||||
- name: Lint
|
- name: Lint
|
||||||
|
Loading…
Reference in New Issue
Block a user