From c941a87118b8e1686b77d5837d59aa1cb479f4c9 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 16 Dec 2020 00:15:20 +0000 Subject: Install python --- .github/workflows/validate.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index d18a3c6..4bec4c8 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -12,6 +12,11 @@ jobs: run: sudo apt-get update && sudo apt-get install build-essential shell: bash + - name: Install Python 3.6 + uses: actions/setup-python@v2 + with: + python-version: '3.6' + - name: Checkout code uses: actions/checkout@v2 -- cgit v1.2.3