Skip to content

Commit 476164e

Browse files
committed
Update Python version format in GitHub Actions workflow
- Changed the Python version specification in `test-comprehensive.yml` from unquoted to quoted strings for consistency and improved readability. - Ensured minimal changes to existing code while enhancing clarity in the workflow configuration.
1 parent 246989a commit 476164e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test-comprehensive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
python-version: [3.10, 3.11]
31+
python-version: ["3.10", "3.11"]
3232

3333
steps:
3434
- name: Checkout code

0 commit comments

Comments
 (0)