Fix test workflow identation

This commit is contained in:
Gonçalo Valério 2023-01-22 17:18:39 +00:00
parent 2d9477d0f3
commit 4eff78da2e
Signed by: dethos
GPG Key ID: DF557F2BDCC2445E
1 changed files with 2 additions and 2 deletions

View File

@ -13,8 +13,8 @@ jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.9", "3.10", "3.11"]
matrix:
python-version: ["3.9", "3.10", "3.11"]
steps:
- uses: actions/checkout@v3