Skip to content

Commit

Permalink
fix(ci.yml): added missing | at sequencial command
Browse files Browse the repository at this point in the history
  • Loading branch information
HenriqueAJNB committed Oct 20, 2023
1 parent 78df1d5 commit 240caac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
run:
poetry run pytest
- name: Run code coverage
run:
poetry run coverage run --source=pandasai -m pytest
run: |
poetry run coverage run --source=pandasai -m pytest
poetry run coverage xml
- name: Report coverage
run: poetry run coverage report
Expand Down

0 comments on commit 240caac

Please sign in to comment.