CI(build-and-test): Run tests on Debian Bookworm

This commit is contained in:
Alexander Bayandin
2024-09-29 15:40:13 +01:00
parent 79ad4941f1
commit 54679b6513
4 changed files with 15 additions and 15 deletions

View File

@@ -88,7 +88,7 @@ runs:
uses: actions/cache@v4
with:
path: ~/.cache/pypoetry/virtualenvs
key: v2-${{ runner.os }}-${{ runner.arch }}-python-deps-${{ hashFiles('poetry.lock') }}
key: v2-${{ runner.os }}-${{ runner.arch }}-python-deps-bookworm-${{ hashFiles('poetry.lock') }}
- name: Install Python deps
shell: bash -euxo pipefail {0}