From 7e43b2da29d3de3f277058592ac990a749749264 Mon Sep 17 00:00:00 2001 From: Benji Glitsos Date: Thu, 14 Mar 2024 10:22:46 +1100 Subject: [PATCH] Wording of comment --- .github/workflows/deploy-pr-preview.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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