]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
pytest: python-version typo
authorTeoman ONAY <tonay@ibm.com>
Wed, 16 Oct 2024 13:07:46 +0000 (15:07 +0200)
committerGuillaume Abrioux <gabrioux@ibm.com>
Wed, 16 Oct 2024 14:57:57 +0000 (16:57 +0200)
Fixes python-version

Signed-off-by: Teoman ONAY <tonay@ibm.com>
.github/workflows/pytest.yml

index 1bca8ba07d857dcfa304bade5efcf1bba45feddc..59e837f70f06e3bd9c12e1e89fea2950519ff485 100644 (file)
@@ -13,7 +13,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: '3.10'
+        python-version: ['3.10']
     name: Python ${{ matrix.python-version }}
     steps:
       - uses: actions/checkout@v2