Skip to content

Commit

Permalink
Add Python2.7 as installed by default
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Aug 30, 2023
1 parent d70ed7f commit eac2ea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# see for version: https://github.com/raw/actions/python-versions/main/versions-manifest.json
# see for runners: https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
# If you change this, maybe you need to change the coverage version.
# - ["2.7", "py27", "ubuntu-22.04"]
- ["2.7", "py27", "ubuntu-22.04"]
- ["pypy2.7", "pypy", "ubuntu-22.04"]
- ["3.4.10", "py34", "ubuntu-18.04"]
- ["3.5.10", "py35", "ubuntu-20.04"]
Expand All @@ -33,6 +33,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python
if: matrix.config[0] != '2.7'
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.config[0] }}
Expand Down

0 comments on commit eac2ea3

Please sign in to comment.