We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a47425 commit 1be7c93Copy full SHA for 1be7c93
.github/workflows/pre-commit.yml
@@ -10,5 +10,12 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: actions/setup-python@v5
+ - name: Install uv and set the python version
14
+ uses: astral-sh/setup-uv@v6
15
+ with:
16
+ python-version: '3.12'
17
+ enable-cache: true
18
+ cache-dependency-glob: "uv.lock"
19
+ - name: Sync uv
20
+ run: uv sync --locked --all-extras --dev
21
- uses: pre-commit/[email protected]
0 commit comments