Skip to content

Commit

Permalink
lint: remove continue on error from the linting in the ci
Browse files Browse the repository at this point in the history
  • Loading branch information
gventuri committed May 5, 2023
1 parent 9baf28f commit e62f174
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ jobs:
run: poetry install
- name: Lint with pylint
run: poetry run pylint pandasai examples
continue-on-error: true
- name: Test with pytest
run: poetry run pytest

0 comments on commit e62f174

Please sign in to comment.