From: Dimitri Savineau Date: Mon, 23 Nov 2020 14:40:46 +0000 (-0500) Subject: workflow/pytest: update python matrix version X-Git-Tag: v4.0.42~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=49522f46b1fe3903388c17da9edb890eb71c7359;p=ceph-ansible.git workflow/pytest: update python matrix version On this branch we should test pytest against python 2.7 and 3.6. Signed-off-by: Dimitri Savineau --- diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 5ac5666de..20f1edba4 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [2.7, 3.6] name: Python ${{ matrix.python-version }} steps: - uses: actions/checkout@v2