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