Skip to content

Commit

Permalink
Use python 3.7.10 for memory estimator check. (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
leegeth authored Feb 19, 2021
1 parent 0bc86e9 commit 9c8d623
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- name: Install Python3
uses: actions/setup-python@v2
with:
python-version: '3.7.10'
- name: Measure sizes
uses: FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
with:
Expand Down

0 comments on commit 9c8d623

Please sign in to comment.