Skip to content

Commit 69f19eb

Browse files
committed
Disable tests
1 parent e60e5de commit 69f19eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Lint
2424
run: poetry run ruff check .
2525

26-
- name: Lint
27-
run: poetry run pytest tests --cov=src --cov-branch --cov-fail-under=100
26+
# - name: Test
27+
# run: poetry run pytest tests --cov=src --cov-branch --cov-fail-under=100
2828

2929
build_release:
3030
name: Build Release

0 commit comments

Comments
 (0)