properly building python

This commit is contained in:
andy 2022-07-26 22:19:41 +01:00
parent 7d1149a1d5
commit c552bd2eb1

View File

@ -6,7 +6,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [3.10] python-version: ['3.10']
poetry-version: [1.1.14] poetry-version: [1.1.14]
node: [18] node: [18]
os: [ubuntu-latest] os: [ubuntu-latest]