Skip to content

Commit c56a664

Browse files
authored
Update build.yml
1 parent 4587e26 commit c56a664

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ jobs:
4343
uv run ruff format --check .
4444
uv run ruff check .
4545
46-
- name: Run Check
47-
run: uv run pyright
46+
# - name: Run Check
47+
# run: uv run pyright
4848

49-
- name: Run Tests
50-
run: uv run pytest -v --log-cli-level=INFO
49+
# - name: Run Tests
50+
# run: uv run pytest -v --log-cli-level=INFO

0 commit comments

Comments
 (0)