]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
workflow/pytest: update python matrix version
authorDimitri Savineau <dsavinea@redhat.com>
Mon, 23 Nov 2020 14:40:46 +0000 (09:40 -0500)
committerGuillaume Abrioux <gabrioux@redhat.com>
Wed, 16 Dec 2020 13:05:45 +0000 (14:05 +0100)
On this branch we should test pytest against python 2.7 and 3.6.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
.github/workflows/pytest.yml

index 5ac5666de87ed0c796de5cdf5269d16dd05e7e56..20f1edba416c45eb7b5ad2db4aa7a7564ba992da 100644 (file)
@@ -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