Skip to content

Commit 0f1faa9

Browse files
authored
Use python 3.7.10 for memory estimator check. (#86)
1 parent 4ba0738 commit 0f1faa9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,10 @@ jobs:
105105
- uses: actions/checkout@v2
106106
with:
107107
submodules: 'recursive'
108+
- name: Install Python3
109+
uses: actions/setup-python@v2
110+
with:
111+
python-version: '3.7.10'
108112
- name: Measure sizes
109113
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
110114
with:

0 commit comments

Comments
 (0)