We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c1600 commit 752e3f5Copy full SHA for 752e3f5
.github/workflows/lint.yml
@@ -41,4 +41,4 @@ jobs:
41
- uses: psf/black@stable
42
with:
43
options: "--check --verbose"
44
- - run: pytest --cov
+ - run: pip install diagrams && pytest --cov
0 commit comments