CI fixes with Ubuntu 24.04 #25

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

View File

@@ -14,6 +14,8 @@ runs:
steps: steps:
- name: Set PATH - name: Set PATH
run: export PATH=$PATH:~/.local/bin run: export PATH=$PATH:~/.local/bin
- name: Test
run: echo $PATH
- name: Install poetry - name: Install poetry
run: pipx install poetry run: pipx install poetry
- name: Install poetry package - name: Install poetry package