wrapping version in stirng

This commit is contained in:
Andy Pack 2022-12-20 18:02:48 +00:00
parent 98debaf22a
commit 047c3c33ea
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -6,7 +6,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.10]
python-version: ['3.10']
poetry-version: [1.3.1]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}