Skip to content

Commit 8e4732a

Browse files
authored
Update checks.yml
1 parent 72c5783 commit 8e4732a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/checks.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ jobs:
4141

4242
- name: Run pytest without coverage
4343
if: matrix.os != 'ubuntu-latest'
44-
run: task unit
44+
run: poetry run task unit
4545
env:
4646
TASKIPY: true
4747

4848
- name: Run pytest with coverage
4949
if: matrix.os == 'ubuntu-latest'
50-
run: task code_coverage
50+
run: poetry run task code_coverage
5151
env:
5252
TASKIPY: true
5353

0 commit comments

Comments
 (0)