fix poetry install in ubuntu 24.04
Some checks failed
Python Linters / pylint (push) Failing after 48s
Python Linters / formatting (push) Failing after 50s
REUSE Compliance / reuse (push) Successful in 13s
Selftests / test-build-install (push) Failing after 11s
Python Linters / mypy (push) Failing after 48s
Selftests / test-sync (push) Failing after 35s
Some checks failed
Python Linters / pylint (push) Failing after 48s
Python Linters / formatting (push) Failing after 50s
REUSE Compliance / reuse (push) Successful in 13s
Selftests / test-build-install (push) Failing after 11s
Python Linters / mypy (push) Failing after 48s
Selftests / test-sync (push) Failing after 35s
This commit is contained in:
@@ -12,8 +12,10 @@ inputs:
|
|||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
- name: Set PATH
|
||||||
|
run: export PATH=$PATH:~/.local/bin
|
||||||
- name: Install poetry
|
- name: Install poetry
|
||||||
run: pip install poetry
|
run: pipx install poetry
|
||||||
- name: Install poetry package
|
- name: Install poetry package
|
||||||
run: poetry install --no-interaction ${{ inputs.poetry_install_args }}
|
run: poetry install --no-interaction ${{ inputs.poetry_install_args }}
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|||||||
Reference in New Issue
Block a user