CI fixes with Ubuntu 24.04 #25

Closed
mxmehl wants to merge 13 commits from ci-fixes into main
Showing only changes of commit 6eaf0a795d - Show all commits

View File

@@ -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