From: Jérémie Astor Date: Sun, 16 Feb 2020 17:01:59 +0000 (+0100) Subject: :wrench: setup python X-Git-Tag: nightly~1929 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=eb8b2aed62ad1a2411b4e1e339d1ff27f8e2a81f;p=gwion.git :wrench: setup python --- 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