Skip to content

Commit 1608e9a

Browse files
committed
Consistently use double quotes
1 parent 11ef1a6 commit 1608e9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.11', '3.12']
18+
python-version: ["3.11", "3.12"]
1919

2020
steps:
2121
- name: Check out repository

0 commit comments

Comments
 (0)