From eb8b2aed62ad1a2411b4e1e339d1ff27f8e2a81f Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Sun, 16 Feb 2020 18:01:59 +0100 Subject: [PATCH] :wrench: setup python --- .github/workflows/coverage.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e61edc5e..e15f49ee 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -14,6 +14,9 @@ jobs: steps: - uses: actions/checkout@v1 + - uses: actions/setup-python@v1 + with: python-version: '3.x' + - name: submodules run: git submodule update --init util ast -- 2.43.0