Today I Learned
Today I learned that GitHub provides a link for the installed software on a runner in every workflow run About GitHub-hosted runners. You just need to look a the set up job.
Today I learned that GitHub provides a link for the installed software on a runner in every workflow run About GitHub-hosted runners. You just need to look a the set up job.
Today I learned that Python 3.11 - besides the announced bigger changes like TaskGroup - got a nice chdir context manager. It works similar to my temp_directory, temp_git_directory and temp_python_module testing helper functions in pontos.