fix(ci): fix constantly failing CI #450
@ -32,7 +32,9 @@ jobs:
|
|||||||
python-version: "${{ vars.PYTHON_VERSION }}"
|
python-version: "${{ vars.PYTHON_VERSION }}"
|
||||||
|
|
||||||
- name: Ensure pipx is in PATH
|
- name: Ensure pipx is in PATH
|
||||||
run: pipx ensurepath
|
run: |
|
||||||
|
pipx ensurepath
|
||||||
|
export PATH=$PATH:/root/.local/bin
|
||||||
|
|
||||||
- name: Setup Poetry
|
- name: Setup Poetry
|
||||||
uses: abatilo/actions-poetry@v4
|
uses: abatilo/actions-poetry@v4
|
||||||
|
Loading…
Reference in New Issue
Block a user