Skip to content

Commit

Permalink
chore: use latest python for pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarasani-crest authored Oct 29, 2024
1 parent f0b5476 commit 926ad7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ permissions:

jobs:
pre-commit:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.7"
python-version: "3.12"
- uses: pre-commit/[email protected]

run_tests:
Expand Down

0 comments on commit 926ad7c

Please sign in to comment.