We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ccea99 commit 103a61eCopy full SHA for 103a61e
1 file changed
.github/workflows/ci-multi-server-tests.yml
@@ -48,9 +48,9 @@ jobs:
48
49
steps:
50
51
- - name: Install Docker CLI
+ - name: Install extra packages
52
run: |
53
- apt-get update && apt-get install -y --no-install-recommends docker.io docker-buildx
+ apt-get update && apt-get install -y --no-install-recommends docker.io docker-buildx python3-venv
54
55
# Checkout, but defer pulling LFS objects until we've restored the cache
56
- uses: actions/checkout@v4
0 commit comments