Skip to content

Commit 9d89d65

Browse files
committed
Make autofix-ci happy
1 parent ce232b5 commit 9d89d65

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -205,10 +205,9 @@ jobs:
205205
uses: astral-sh/setup-uv@v7
206206
- name: Run python tests
207207
working-directory: api/python/slint
208-
run:
209-
uv run pytest tests
208+
run: uv run pytest tests
210209
env:
211-
MATURIN_PEP517_ARGS: "--profile=dev"
210+
MATURIN_PEP517_ARGS: --profile=dev
212211
- name: Run mypy
213212
working-directory: api/python/slint
214213
run: uv run mypy -p tests -p slint

0 commit comments

Comments
 (0)