From 9c8d623fb79ac0ca7b7de517ef4f4423cd33cf86 Mon Sep 17 00:00:00 2001 From: leegeth <51681119+leegeth@users.noreply.github.com> Date: Thu, 18 Feb 2021 17:34:10 -0800 Subject: [PATCH] Use python 3.7.10 for memory estimator check. (#95) --- .github/workflows/ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7504e67a..24d627f7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: