Skip to content

Commit 6bdc664

Browse files
committed
Code style
1 parent 8847be1 commit 6bdc664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-installation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
strategy:
3232
fail-fast: false
3333
matrix:
34-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
34+
python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12" ]
3535

3636
steps:
3737
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)