Tweak pip/PIO caching

This commit is contained in:
Scott Lahteine
2025-04-07 18:05:57 -05:00
parent bdc0bd0eef
commit cbd79a5e87
4 changed files with 22 additions and 12 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ jobs:
uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
key: ${{ runner.os }}-pip-boards-v1
restore-keys: |
${{ runner.os }}-pip-
${{ runner.os }}-pip-boards-
- name: Select Python 3.9
uses: actions/setup-python@v5