Skip to content

Commit 6bbbe23

Browse files
committed
always with the 0s in yaml
1 parent bed58ed commit 6bbbe23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
2020
strategy:
2121
matrix:
22-
python-version: [3.10, 3.11, 3.12, 3.13]
22+
python-version: ["3.10", "3.11", "3.12", "3.13"]
2323

2424
steps:
2525
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)