Skip to content

Commit c6a5864

Browse files
committed
Fix CI
1 parent 3867dda commit c6a5864

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
strategy:
77
fail-fast: false
88
matrix:
9-
python-version: [3.7, 3.8, 3.9, 3.10]
10-
poetry-version: [1.1.11]
9+
python-version: ["3.7", "3.8", "3.9", "3.10"]
10+
poetry-version: ["1.1.11"]
1111
os: [ubuntu-18.04, macos-latest, windows-latest]
1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)