Skip to content

Commit

Permalink
Use v17
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Feb 11, 2024
1 parent c057661 commit 937992e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tox-gh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:

jobs:
build:
# ubuntu-22 doesnt support Python 2.7
runs-on: ubuntu-22.04
strategy:
matrix:
Expand All @@ -13,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install python version
uses: gabrielfalcao/pyenv-action@v18
uses: gabrielfalcao/pyenv-action@v17
with:
default: ${{ matrix.python-version }}
command: pip install -U pip tox<4
Expand Down

0 comments on commit 937992e

Please sign in to comment.