diff --git a/.github/workflows/py_unit_tests.yml b/.github/workflows/py_unit_tests.yml index b81b9db..8426cdd 100644 --- a/.github/workflows/py_unit_tests.yml +++ b/.github/workflows/py_unit_tests.yml @@ -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: