Skip to content

Commit fb8ed80

Browse files
committed
format: fix format
1 parent 60860da commit fb8ed80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Project
3131
run: uv sync --all-extras --dev
3232

33-
- name: Run tests
33+
- name: Run tests
3434
env:
3535
CLICKHOUSE_HOST: "localhost"
3636
CLICKHOUSE_PORT: "8123"
@@ -41,7 +41,7 @@ jobs:
4141
CHDB_ENABLED: "true"
4242
CHDB_DATA_PATH: ":memory:"
4343
run: |
44-
uv run pytest tests
44+
uv run pytest tests
4545
4646
- name: Lint with Ruff
4747
run: uv run ruff check .

0 commit comments

Comments
 (0)