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 21b7e42 commit feab154Copy full SHA for feab154
.github/workflows/main.yml
@@ -19,13 +19,10 @@ jobs:
19
uses: astral-sh/setup-uv@v4
20
with:
21
version: "0.4.12"
22
- enable-cache: true
23
-
24
- - name: Set up Python ${{ matrix.python-version }}
25
- run: uv python install ${{ matrix.python-version }}
+ python-version: ${{ matrix.python-version }}
26
27
- name: Install dependencies
28
- run: uv sync --python ${{ matrix.python-version }} --frozen
+ run: uv sync --frozen
29
30
- name: Run linters
31
run: scripts/check
0 commit comments