Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 6d249a8

Browse files
committed
chore: remove run pytest from ci
1 parent 331012f commit 6d249a8

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,4 @@ jobs:
3434
3535
- name: Run linting
3636
run: |
37-
make lint
38-
39-
- name: Run tests
40-
run: |
41-
make test
37+
make lint

0 commit comments

Comments
 (0)