Skip to content

Commit

Permalink
CI: update python versions for lint.yml (#332)
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br authored Dec 29, 2024
1 parent 5d890cd commit f7a74a6
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,11 @@ jobs:
build:

runs-on: ubuntu-latest
strategy:
matrix:
python-version: [3.8, 3.9]

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.10"
- name: Run pre-commit hook
uses: pre-commit/[email protected]

0 comments on commit f7a74a6

Please sign in to comment.