Skip to content

Commit 752e3f5

Browse files
committed
install diagrams on CI
1 parent d9c1600 commit 752e3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,4 @@ jobs:
4141
- uses: psf/black@stable
4242
with:
4343
options: "--check --verbose"
44-
- run: pytest --cov
44+
- run: pip install diagrams && pytest --cov

0 commit comments

Comments
 (0)