Skip to content

Commit 553f4b4

Browse files
Fix README testing in workflow
1 parent 0745cb9 commit 553f4b4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install library
3434
run: poetry install --no-interaction
3535
- name: Run tests
36-
run: make tests
36+
run: poetry run make tests
3737
- uses: psf/black@stable
3838
with:
3939
options: "--check --verbose"
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install library
6868
run: poetry install --no-interaction
6969
- name: Run tests
70-
run: make tests
70+
run: poetry run make tests
7171
- uses: psf/black@stable
7272
with:
7373
options: "--check --verbose"
@@ -100,7 +100,7 @@ jobs:
100100
- name: Install library
101101
run: poetry install --no-interaction
102102
- name: Run tests
103-
run: make tests
103+
run: poetry run make tests
104104
- uses: psf/black@stable
105105
with:
106106
options: "--check --verbose"

0 commit comments

Comments
 (0)