Skip to content

Commit

Permalink
ci(palletjack): cache pip dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stdavis committed Oct 3, 2024
1 parent 81912a8 commit 9d9f38e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/palletjack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
python-version: 3.9
cache: pip

- name: ⬇️ Set up code
uses: actions/checkout@v4
Expand Down

0 comments on commit 9d9f38e

Please sign in to comment.