Skip to content

Commit 10e58eb

Browse files
Update build.yml
1 parent 3ae98df commit 10e58eb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@ jobs:
2626
name: Build and Test
2727
runs-on: ubuntu-latest
2828
steps:
29-
- uses: actions/checkout@v5
3029
- name: Checkout Repository
31-
- uses: actions/checkout@v4
32-
- uses: astral-sh/setup-uv@v6
30+
- uses: actions/checkout@v5
31+
3332
- name: Set up uv
3433
- uses: astral-sh/setup-uv@v3
3534
with:
@@ -47,7 +46,7 @@ jobs:
4746
uv sync --all-extras
4847
uv pip list
4948
- name: Lint code
50-
run: uv run ruff check , --output-format=github
49+
run: uv run ruff check . --output-format=github
5150
- name: Run tests
5251
# TODO: #8818 Re-enable quantum tests
5352
run: uv run pytest

0 commit comments

Comments
 (0)