Skip to content

Commit

Permalink
Wording of comment
Browse files Browse the repository at this point in the history
  • Loading branch information
benji-glitsos-ga committed Mar 13, 2024
1 parent 315e0ba commit 7e43b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr-preview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e43b2d

Please sign in to comment.