Skip to content

Commit 71f35c9

Browse files
authored
Use python 3.7.10 for memory estimator check. (#22)
1 parent 8fc4f61 commit 71f35c9

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
@@ -104,6 +104,10 @@ jobs:
104104
- uses: actions/checkout@v2
105105
with:
106106
submodules: 'recursive'
107+
- name: Install Python3
108+
uses: actions/setup-python@v2
109+
with:
110+
python-version: '3.7.10'
107111
- name: Measure sizes
108112
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
109113
with:

0 commit comments

Comments
 (0)