We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0745cb9 commit 553f4b4Copy full SHA for 553f4b4
.github/workflows/tests.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install library
34
run: poetry install --no-interaction
35
- name: Run tests
36
- run: make tests
+ run: poetry run make tests
37
- uses: psf/black@stable
38
with:
39
options: "--check --verbose"
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
@@ -100,7 +100,7 @@ jobs:
100
101
102
103
104
105
106
0 commit comments