Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use latest python for pre-commit
Browse files Browse the repository at this point in the history
dvarasani-crest authored Oct 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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
@@ -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:

0 comments on commit 926ad7c

Please sign in to comment.