Skip to content

Commit

Permalink
[#66667] GHA: tuttest: Updated image to debian:bookworm
Browse files Browse the repository at this point in the history
Signed-off-by: Grzegorz Latosinski <[email protected]>
  • Loading branch information
glatosinski committed Oct 6, 2024
1 parent 3816d24 commit f8518e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ jobs:
readme-tests:
runs-on: ubuntu-latest
container:
image: debian:bullseye
image: debian:bookworm
steps:
- name: Checkout sources
uses: actions/checkout@v4
- name: Install tuttest dependencies
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

0 comments on commit f8518e7

Please sign in to comment.