diff --git a/.github/workflows/deploy-pr-preview.yaml b/.github/workflows/deploy-pr-preview.yaml index 963c1efeb..172582360 100644 --- a/.github/workflows/deploy-pr-preview.yaml +++ b/.github/workflows/deploy-pr-preview.yaml @@ -63,7 +63,7 @@ jobs: uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - cache: 'pip' # Cache the deps we install with pip + cache: 'pip' # Use pip to cache the installed dependencies - name: Install requirements run: ./install-dependencies.sh