Skip to content

Add support to install multiple python versions

Compare
Choose a tag to compare
@dmitry-shibanov dmitry-shibanov released this 22 Dec 12:48
· 58 commits to main since this release
5ccb29d

In scope of this release we added support to install multiple python versions. For this you can try to use this snippet:

    - uses: actions/setup-python@v4
      with:
        python-version: |
            3.8
            3.9
            3.10

Besides, we changed logic with throwing the error for GHES if cache is unavailable to warn (#566).