GitHub Actions: Logs show virtual environment version

You can now see which version of our hosted virtual environments your job was executed on. In the Set up job portion of your logs you will now find:

  • Operating system SKU and version
  • Virtual environment version and a link to the included software

log screenshot

For the latest updates about virtual environments, be sure to follow the actions/virtual-environments repository.

We have released a v2 version of the setup-python action.

New features:

  • Ability to download, set up, and install Python packages from actions/python-versions that do not come preinstalled on GitHub-hosted runners
  • Easier setup if using a self-hosted runner

For questions, visit the GitHub Actions community

See more