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-7620
Teoman ONAY 2024-10-16 15:07:46 +02:00
parent 3500ea5044
commit de7300e74b
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: '3.10' python-version: ['3.10']
name: Python ${{ matrix.python-version }} name: Python ${{ matrix.python-version }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2