From f7629fb64b7a014f0e43590afe4fdfafac404ec7 Mon Sep 17 00:00:00 2001 From: Francesco Ballarin Date: Sun, 13 Oct 2024 11:45:57 +0200 Subject: [PATCH] Run pip install for script and test requirements with --break-system-packages to allow system wide installation now that ubuntu-latest contains the file /usr/lib/python3.12/EXTERNALLY-MANAGED --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 67fa95a..f16e701 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4 - name: Install dependencies run: | - python3 -m pip -q install -r scripts/requirements.txt -r tests/requirements.txt + python3 -m pip install --break-system-packages -q -r scripts/requirements.txt -r tests/requirements.txt - name: Run ruff run: | python3 -m ruff check .