Skip to content

Commit 38c6961

Browse files
Setup dependabot to keep python 3rd parties dependencies up to date (such as platform.io)
1 parent 3f60ddf commit 38c6961

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
2323
with:
2424
python-version: '3.12'
25+
cache: "pipenv"
2526

2627
- name: Install pipenv
2728
run: |

0 commit comments

Comments
 (0)