CI fixes with Ubuntu 24.04 #25

Closed
mxmehl wants to merge 13 commits from ci-fixes into main
Showing only changes of commit 069ffd94e3 - 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
- run: echo "gitea $GITEA_PATH"
- run: echo "github $GITHUB_PATH"
- name: Test - name: Test
run: echo $PATH run: echo $PATH
- name: Install poetry - name: Install poetry