From f9c6f245b9b37fc0c722d396743f3d8827a2939d Mon Sep 17 00:00:00 2001 From: Esteban Vincent Date: Sat, 30 May 2026 23:58:08 +0200 Subject: [PATCH] mabite --- .github/workflows/ci-cd.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 7dae1c1..fbe20b3 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -14,7 +14,6 @@ jobs: - uses: actions/checkout@v4 - name: Install dependencies run: | - apt-get install -y python3-pip python3 -m pip install --upgrade pip pip3 install -r src/requirements.txt - name: Lint and format with Ruff