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