From c8479995696314c9fb39b068d7104356e35becca Mon Sep 17 00:00:00 2001 From: Esteban Vincent Date: Sun, 31 May 2026 00:00:33 +0200 Subject: [PATCH] caca --- .github/workflows/ci-cd.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 124822c..ac7b86f 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -12,11 +12,9 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - - uses: actions/setup-python@v5 - with: - python-version: '3.12' - name: Install dependencies run: | + apt-get update && apt-get install -y python3-pip python3 -m pip install --upgrade pip pip3 install -r src/requirements.txt - name: Lint and format with Ruff