Navigation Menu

Skip to content

Why use setup-python action instead of a python container? #25075

Answered by chrispat
tetienne asked this question in Actions
Discussion options

You must be logged in to vote

@tetienne Containers are only an option on Linux.  If you need to test your python application on Windows or MacOS then using setup-python is the right option.  It can also be a lot faster as in many cases you can use a python that is already downloaded on the runner rather than having to wait for a container to download.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
3 participants