ci: cache pip only when no container is used

This commit is contained in:
Erik Sundell
2024-09-20 21:29:46 +02:00
parent 7be7eb4968
commit 94a16d6ddd
2 changed files with 3 additions and 15 deletions

View File

@@ -126,6 +126,9 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: pip
cache-dependency-path: |
integration-tests/requirements.txt
# FIXME: The test_bootstrap.py script has duplicated logic to run build
# and start images and run things in them. This makes tests slower,