Skip to content

Commit

Permalink
Update checks.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eli-bl authored Nov 12, 2024
1 parent 72c5783 commit 8e4732a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ jobs:

- name: Run pytest without coverage
if: matrix.os != 'ubuntu-latest'
run: task unit
run: poetry run task unit
env:
TASKIPY: true

- name: Run pytest with coverage
if: matrix.os == 'ubuntu-latest'
run: task code_coverage
run: poetry run task code_coverage
env:
TASKIPY: true

Expand Down

0 comments on commit 8e4732a

Please sign in to comment.