Modern Python Projects Transcripts
Chapter: CI
Lecture: CI server vs. your computer

Login or purchase this course to watch this video and the rest of the course contents.
0:00 GitHub actions and other types of. CI, can be harder to set up than a tool, like Tox or pre-commit. They run on someone else's server.
0:11 So, if something goes wrong or if you miss, configure it and they don't work properly, you have a very limited debugging possibilities.
0:19 If the error message doesn't tell you what's wrong, then you can't just login to GitHub servers and poke around,
0:26 so you might need help from your devops colleagues to sort it out. But it's definitely worth spending time to set it up,
0:33 because from now on it will work for your whole team, no matter how big this team is.


Talk Python's Mastodon Michael Kennedy's Mastodon