Skip to content

Commit e9f4021

Browse files
committed
Install python3-venv for multi-server test framework
1 parent 328974c commit e9f4021

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-multi-server-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ jobs:
4848

4949
steps:
5050

51-
- name: Install Docker CLI
51+
- name: Install extra packages
5252
run: |
53-
apt-get update && apt-get install -y --no-install-recommends docker.io docker-buildx
53+
apt-get update && apt-get install -y --no-install-recommends docker.io docker-buildx python3-venv
5454
5555
# Checkout, but defer pulling LFS objects until we've restored the cache
5656
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)