CI fixes with Ubuntu 24.04 #25

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

View File

@@ -16,7 +16,10 @@ runs:
# - run: echo /root/.local/bin >> $GITHUB_PATH
- run: echo "/root/.local/bin" >> $PATH
- name: Test
run: echo $PATH
- name: Add pipx to PATH
if: github.actor == 'nektos/act'
run: echo "/root/.local/bin" >> ${GITHUB_PATH}
- run: echo $PATH
- run: exit 1
- name: Install poetry
run: pipx install poetry