diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index ac7b86f..26bccb7 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -15,8 +15,8 @@ jobs: - 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 + python3 -m pip install --upgrade pip --break-system-packages + pip3 install -r src/requirements.txt --break-system-packages - name: Lint and format with Ruff run: | pip3 install ruff