Skip to content

Commit

Permalink
Only run yapf with Python 3.12
Browse files Browse the repository at this point in the history
There does not seem to be much benefit of running several versions of
this.

Signed-off-by: Russell Bryant <[email protected]>
  • Loading branch information
russellb committed Nov 4, 2024
1 parent 3942c38 commit faff4e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/yapf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
python-version: ["3.12"]
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Set up Python ${{ matrix.python-version }}
Expand Down

0 comments on commit faff4e6

Please sign in to comment.