diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 26bccb7..19c4e7c 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -19,7 +19,7 @@ jobs: pip3 install -r src/requirements.txt --break-system-packages - name: Lint and format with Ruff run: | - pip3 install ruff + pip3 install ruff --break-system-packages ruff check src ruff format --check src