Skip to content

Commit

Permalink
Continue with pytests even when ruff fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
VatsalJagani committed Nov 15, 2024
1 parent b3da7b8 commit bb59c90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/py_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Linting with Ruff
run: ruff check --ignore=E721,E722,E401 --output-format=github --exclude=tests/test_app_repos --exclude=repodir/tests/test_app_repos .
# continue-on-error: true # to ignore ruff errors
continue-on-error: true # to ignore ruff errors

- name: Run Python Unit Tests
env:
Expand Down

0 comments on commit bb59c90

Please sign in to comment.