Skip to content

Commit

Permalink
! py2 setup-python tryouts
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksei Rubashev committed Jul 22, 2024
1 parent 256db84 commit e60efe4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: poetry run tox -e py3

py2:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: [2.7]
Expand All @@ -44,7 +44,7 @@ jobs:
uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit e60efe4

Please sign in to comment.