mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 06:32:06 +00:00
Maybe remove pip cache
This commit is contained in:
parent
2ffc93324d
commit
4aa6f60e95
12
.github/actions/setup-base/action.yml
vendored
12
.github/actions/setup-base/action.yml
vendored
@ -22,12 +22,12 @@ runs:
|
|||||||
with:
|
with:
|
||||||
python-version: 3.x
|
python-version: 3.x
|
||||||
|
|
||||||
- name: Cache python libs
|
# - name: Cache python libs
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
id: cache-pip # needed in if test
|
# id: cache-pip # needed in if test
|
||||||
with:
|
# with:
|
||||||
path: ~/.cache/pip
|
# path: ~/.cache/pip
|
||||||
key: ${{ runner.os }}-pip
|
# key: ${{ runner.os }}-pip
|
||||||
|
|
||||||
- name: Upgrade python tools
|
- name: Upgrade python tools
|
||||||
shell: bash
|
shell: bash
|
||||||
|
Loading…
Reference in New Issue
Block a user