mirror of https://github.com/ceph/ceph-ansible.git
pytest: python-version typo
Fixes python-version
Signed-off-by: Teoman ONAY <tonay@ibm.com>
(cherry picked from commit c9ffb2e70c
)
stable-7.0
parent
efa91ad889
commit
963464804b
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue