fix(ci): install poetry using official installer
Some checks failed
CI / ci (pull_request) Failing after 46s
Some checks failed
CI / ci (pull_request) Failing after 46s
This commit is contained in:
parent
c544c54785
commit
ef1bace230
@ -29,9 +29,9 @@ jobs:
|
||||
with:
|
||||
python-version: "${{ vars.PYTHON_VERSION }}"
|
||||
- name: Setup Poetry
|
||||
uses: abatilo/actions-poetry@v3
|
||||
- name: Update PATH
|
||||
run: PATH="/root/.local/bin:$PATH"
|
||||
run: curl -sSL https://install.python-poetry.org | python3 -
|
||||
# - name: Update PATH
|
||||
# run: PATH="/root/.local/bin:$PATH"
|
||||
- name: Install dependencies
|
||||
run: poetry install
|
||||
- name: Lint
|
||||
|
Loading…
Reference in New Issue
Block a user