We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dcc3a0 commit 5219cddCopy full SHA for 5219cdd
1 file changed
.github/workflows/pre-commit.yml
@@ -21,19 +21,13 @@ jobs:
21
steps:
22
- uses: actions/checkout@v4
23
24
- - name: Set up Python
25
- uses: actions/setup-python@v5
26
- with:
27
- python-version: ${{ matrix.python-version }}
28
- allow-prereleases: true
29
-
30
- name: Install uv
31
uses: astral-sh/setup-uv@v5
32
with:
33
enable-cache: true
34
35
- name: Install dependencies
36
- run: uv sync
+ run: uv sync --python ${{ matrix.python-version }} --python-preference only-managed
37
38
- name: Run prek
39
run: uv run prek run --all-files
0 commit comments