The CI as it is currently configured expects the program to be installable (pip3 install .) and fails accordingly. As I don't need this now I removed the respective lines in the config file and added the command to run the pytest test explicitly. I also added a dummy test file.