From fbd56273ceddb8b6dadbbdbe7d56cae9d7321f94 Mon Sep 17 00:00:00 2001 From: Lee George Thomas Date: Fri, 19 Feb 2021 01:22:50 +0000 Subject: [PATCH 1/2] Use python 3.7.10 for memory estimator check. --- .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: From c90a93ca1e356d0749a6b078ac9560d25372a672 Mon Sep 17 00:00:00 2001 From: Lee George Thomas Date: Fri, 19 Feb 2021 01:25:49 +0000 Subject: [PATCH 2/2] Empty commit for triggering the workflow