From c7e466dbfe05e0a98da15a5ee45c489fe536448f Mon Sep 17 00:00:00 2001 From: Markus Frosch Date: Fri, 17 Apr 2020 18:20:43 +0200 Subject: [PATCH] ci: Enable Python 2.7 --- .github/workflows/python.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index aea972da..e97a0338 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -13,14 +13,14 @@ jobs: strategy: matrix: python: - #- '2.7' + - '2.7' - '3.6' - '3.7' - '3.8' steps: - uses: actions/checkout@v2 - + - name: Set up Python ${{ matrix.python }} uses: actions/setup-python@v1 with: