Skip to content

Commit 9c8d623

Browse files
authored
Use python 3.7.10 for memory estimator check. (#95)
1 parent 0bc86e9 commit 9c8d623

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
@@ -115,6 +115,10 @@ jobs:
115115
- uses: actions/checkout@v2
116116
with:
117117
submodules: 'recursive'
118+
- name: Install Python3
119+
uses: actions/setup-python@v2
120+
with:
121+
python-version: '3.7.10'
118122
- name: Measure sizes
119123
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
120124
with:

0 commit comments

Comments
 (0)