]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
pytest: python-version typo mergify/bp/stable-8.0/pr-7616 7618/head
authorTeoman ONAY <tonay@ibm.com>
Wed, 16 Oct 2024 13:07:46 +0000 (15:07 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Wed, 16 Oct 2024 14:58:55 +0000 (14:58 +0000)
Fixes python-version

Signed-off-by: Teoman ONAY <tonay@ibm.com>
(cherry picked from commit c9ffb2e70cc0cffe82344865c3aca4011c7ade77)

.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