From: Teoman ONAY Date: Wed, 16 Oct 2024 13:07:46 +0000 (+0200) Subject: pytest: python-version typo X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fheads%2Fmergify%2Fbp%2Fstable-8.0%2Fpr-7616;p=ceph-ansible.git pytest: python-version typo Fixes python-version Signed-off-by: Teoman ONAY (cherry picked from commit c9ffb2e70cc0cffe82344865c3aca4011c7ade77) --- diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 1bca8ba07..59e837f70 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -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