ci: enable ruff linting and pytest in CI pipeline #1568

Merged
AI-Manager merged 14 commits from feature/1559-1560-enable-ci-linting-and-tests into main 2026-04-19 23:08:09 +00:00
Showing only changes of commit c17a0d006a - Show all commits
+1 -1
View File
@@ -27,7 +27,7 @@ jobs:
- name: Install Python dependencies - name: Install Python dependencies
shell: sh shell: sh
run: | run: |
pip3 install --break-system-packages -r requirements.txt ruff pip3 install -r requirements.txt ruff
- name: Run ruff linter - name: Run ruff linter
shell: sh shell: sh