From f8518e7e0703b69466a4a62afc08af5b928369fc Mon Sep 17 00:00:00 2001 From: Grzegorz Latosinski Date: Mon, 7 Oct 2024 00:22:47 +0200 Subject: [PATCH] [#66667] GHA: tuttest: Updated image to debian:bookworm Signed-off-by: Grzegorz Latosinski --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82731b3..da5936f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: readme-tests: runs-on: ubuntu-latest container: - image: debian:bullseye + image: debian:bookworm steps: - name: Checkout sources uses: actions/checkout@v4 @@ -18,7 +18,7 @@ jobs: run: | apt-get update -qqy apt-get install -qqy --no-install-recommends python3 python3-pip git colorized-logs sudo - sudo pip3 install git+https://github.com/antmicro/tuttest.git + sudo pip3 install --break-system-packages git+https://github.com/antmicro/tuttest.git - name: Run README.md snippets run: | ./scripts/test_readme.sh