CI fixes with Ubuntu 24.04 #25

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

View File

@@ -14,8 +14,6 @@ runs:
steps: steps:
- name: Add pipx to PATH - name: Add pipx to PATH
run: echo "/root/.local/bin" >> ${GITHUB_PATH} run: echo "/root/.local/bin" >> ${GITHUB_PATH}
- run: echo $PATH
- run: exit 1
- name: Install poetry - name: Install poetry
run: pipx install poetry run: pipx install poetry
- name: Install poetry package - name: Install poetry package