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 3ae98df commit 10e58ebCopy full SHA for 10e58eb
.github/workflows/build.yml
@@ -26,10 +26,9 @@ jobs:
26
name: Build and Test
27
runs-on: ubuntu-latest
28
steps:
29
- - uses: actions/checkout@v5
30
- name: Checkout Repository
31
- - uses: actions/checkout@v4
32
- - uses: astral-sh/setup-uv@v6
+ - uses: actions/checkout@v5
+
33
- name: Set up uv
34
- uses: astral-sh/setup-uv@v3
35
with:
@@ -47,7 +46,7 @@ jobs:
47
46
uv sync --all-extras
48
uv pip list
49
- name: Lint code
50
- run: uv run ruff check , --output-format=github
+ run: uv run ruff check . --output-format=github
51
- name: Run tests
52
# TODO: #8818 Re-enable quantum tests
53
run: uv run pytest
0 commit comments