pytest: python-version typo

Fixes python-version

Signed-off-by: Teoman ONAY <tonay@ibm.com>
(cherry picked from commit c9ffb2e70c)
mergify/bp/stable-8.0/pr-7616
Teoman ONAY 2024-10-16 15:07:46 +02:00 committed by Mergify
parent 3500ea5044
commit 0b7f8fa6e3
1 changed files with 1 additions and 1 deletions

View 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