From e8a9c06357bb56578f2a55523847d7c3c92861fb Mon Sep 17 00:00:00 2001 From: Esteban Vincent Date: Sun, 31 May 2026 00:04:21 +0200 Subject: [PATCH] teub --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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