fix(ci): fix constantly failing CI #450

Merged
luke merged 27 commits from fix-cicd into main 2025-01-02 18:05:16 +01:00
Showing only changes of commit c5413cbd97 - Show all commits

View File

@ -33,10 +33,9 @@ jobs:
- name: Ensure pipx is in PATH
run: |
echo $0
echo HOME=$HOME
echo PATH=$PATH
echo PWD=$PWD
ls -lah $PWD
ls -lah $HOME
pipx ensurepath
export PATH=$PATH:/root/.local/bin