Cache Python & PlatformIO dependencies (#5822)

This commit is contained in:
Eric Severance
2025-01-11 17:40:39 -08:00
committed by GitHub
parent 6b8cf164e9
commit b4a4d2db4e
2 changed files with 10 additions and 7 deletions

View File

@@ -26,13 +26,10 @@ runs:
uses: actions/setup-python@v5
with:
python-version: 3.x
# - name: Cache python libs
# uses: actions/cache@v4
# id: cache-pip # needed in if test
# with:
# path: ~/.cache/pip
# key: ${{ runner.os }}-pip
cache: pip
cache-dependency-path: |
.github/actions/**
**.ini
- name: Upgrade python tools
shell: bash