Skip to content

Commit

Permalink
ci(palletjack): fix cache paths
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 3, 2024
1 parent 9d9f38e commit 443726f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/palletjack.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Palletjack - Deploy to GCP Function
name: Palletjack - Deploy to Cloud Run Job

on:
push:
Expand Down Expand Up @@ -30,7 +30,9 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.9
cache: pip
cache-dependency-path: |
src/roadkill/requirements.txt
src/roadkill/requirements.dev.txt
- name: ⬇️ Set up code
uses: actions/checkout@v4
Expand Down

0 comments on commit 443726f

Please sign in to comment.